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 bea2dd0 commit c3f2affCopy full SHA for c3f2aff
app.js
@@ -582,7 +582,7 @@ async function main() {
582
}
583
console.log(`\t\t\t[ACCEPTED] ${submission.language} solution for ${problem} `);
584
// Get the code submission of the accepted solution
585
- // const code = await submission.getCode(platform); FIXME: Fix once error 403 is resolved
+ // const code = await submission.getCode(platform); FIXME: Need to resolve error 403
586
const code = "";
587
await this.appendCodeBlock(entry.page_id, submission, code);
588
0 commit comments