Skip to content

Commit

Permalink
fix: correct key assignment (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored May 25, 2021
1 parent 9c425c6 commit 6ea4ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ define([
config.quadWord = 'alfred-plaster-crystal-dexter';
} else if (has('agrc-build') === 'stage') {
// *.dev.utah.gov
window.AGRC.apiKey = 'AGRC-FE1B257E901672';
window.AGRC.quadWord = 'wedding-tactic-enrico-yes';
config.apiKey = 'AGRC-FE1B257E901672';
config.quadWord = 'wedding-tactic-enrico-yes';
} else {
xhr(require.baseUrl + 'secrets.json', {
handleAs: 'json',
Expand Down

0 comments on commit 6ea4ab6

Please sign in to comment.