Skip to content

Commit c3f2aff

Browse files
Update app.js
1 parent bea2dd0 commit c3f2aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ async function main() {
582582
}
583583
console.log(`\t\t\t[ACCEPTED] ${submission.language} solution for ${problem} `);
584584
// Get the code submission of the accepted solution
585-
// const code = await submission.getCode(platform); FIXME: Fix once error 403 is resolved
585+
// const code = await submission.getCode(platform); FIXME: Need to resolve error 403
586586
const code = "";
587587
await this.appendCodeBlock(entry.page_id, submission, code);
588588
}

0 commit comments

Comments
 (0)