From eb62aa51403823740c3c8efa999080fbf2124948 Mon Sep 17 00:00:00 2001 From: stdavis Date: Wed, 30 Oct 2024 11:56:09 -0600 Subject: [PATCH] fix(functions): fix environment value for staging --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 01a065c..c69bce2 100644 --- a/functions/index.js +++ b/functions/index.js @@ -29,7 +29,7 @@ const options = { const utahIDEnvironments = { prod: 'Prod', - stage: 'AT', + dev: 'AT', development: 'Dev', };