Skip to content

Commit

Permalink
fix(functions): fix environment value for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Nov 29, 2024
1 parent 769108c commit f47c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const options = {

const utahIDEnvironments = {
prod: 'Prod',
stage: 'AT',
dev: 'AT',
development: 'Dev',
};

Expand Down

0 comments on commit f47c966

Please sign in to comment.