We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3eb2 commit 977029bCopy full SHA for 977029b
worker.js
@@ -1,6 +1,7 @@
1
// worker.js - COMPLETE ENHANCED VERSION
2
3
-const botToken= 'xxx';
+const botToken= 'xxxx';
4
+// bind a kv namespace of var name KV
5
// In-memory cache for CF problems and contests
6
let problemsCache = {
7
data: null,
0 commit comments