Skip to content

Commit 977029b

Browse files
authored
976 line ;(
1 parent 68b3eb2 commit 977029b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

worker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// worker.js - COMPLETE ENHANCED VERSION
22

3-
const botToken= 'xxx';
3+
const botToken= 'xxxx';
4+
// bind a kv namespace of var name KV
45
// In-memory cache for CF problems and contests
56
let problemsCache = {
67
data: null,

0 commit comments

Comments
 (0)