Skip to content

Commit 9a48634

Browse files
authored
Update app.js
1 parent d0f6e4d commit 9a48634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const INTERVAL = 3000;
1616

1717
const URL = "https://leetcode.com/api/submissions/"
1818

19-
const all_problems = require(`${path.join(__dirname, 'copy.json')}`);
19+
const all_problems = require(`${path.join(__dirname, 'problemstat.json')}`);
2020

2121
const cookieVal = core.getInput('cookieVal')
2222
const SOLUTION_LOCATION = core.getInput('solution_location')

0 commit comments

Comments
 (0)