Skip to content

Commit

Permalink
Update dictionary-buckets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitehatter authored May 12, 2020
1 parent 759e495 commit 6e75139
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site-content/assets/js/dictionary-buckets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('app').constant('DICTIONARY_BUCKETS', {
"us-east-1": "npk-dictionary-east-1-20181029005812833000000004",
"us-east-2": "npk-dictionary-east-2-20181029005812776500000003",
"us-west-1": "npk-dictionary-west-1-20181029005812746900000001",
"us-west-2": "npk-dictionary-west-2-20181029005812750900000002"
});
"us-east-1": "npk-dictionary-east-1-20181029005812833000000004-2",
"us-east-2": "npk-dictionary-east-2-20181029005812776500000003-2",
"us-west-1": "npk-dictionary-west-1-20181029005812746900000001-2",
"us-west-2": "npk-dictionary-west-2-20181029005812750900000002-2"
});

0 comments on commit 6e75139

Please sign in to comment.