We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f6e4d commit 9a48634Copy full SHA for 9a48634
src/app.js
@@ -16,7 +16,7 @@ const INTERVAL = 3000;
16
17
const URL = "https://leetcode.com/api/submissions/"
18
19
-const all_problems = require(`${path.join(__dirname, 'copy.json')}`);
+const all_problems = require(`${path.join(__dirname, 'problemstat.json')}`);
20
21
const cookieVal = core.getInput('cookieVal')
22
const SOLUTION_LOCATION = core.getInput('solution_location')
0 commit comments