Skip to content

Commit 9ff9bc4

Browse files
committed
fix(demo): correct appKey
1 parent 1885715 commit 9ff9bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/leaderboard/leaderboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ try {
55

66
const {
77
appId = 'FNHw86LIu6lnFToIEDemKCQl-gzGzoHsz',
8-
appKey = 'NJLcuqnsowO4GEPOwOn2O27C',
8+
appKey = 'DyvpOorH5HK1CVLDqDhb4gNT',
99
} = configs;
1010

1111
AV.init({

demo/live-query/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ try {
55

66
const {
77
appId = 'FNHw86LIu6lnFToIEDemKCQl-gzGzoHsz',
8-
appKey = 'NJLcuqnsowO4GEPOwOn2O27C',
8+
appKey = 'DyvpOorH5HK1CVLDqDhb4gNT',
99
} = configs;
1010

1111
AV.init({

0 commit comments

Comments
 (0)