fix(extension): remove random '
Some checks failed
Publish docker image / Publish (push) Has been cancelled
Some checks failed
Publish docker image / Publish (push) Has been cancelled
This commit is contained in:
parent
ce3bcc443b
commit
1de9aa178a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function interceptSubmit(details) {
|
||||||
code: activity.code,
|
code: activity.code,
|
||||||
success: codeCorrect,
|
success: codeCorrect,
|
||||||
}),
|
}),
|
||||||
}).then(res => console.log('submitted code: ', res)).error(e => console.error('failed to submit code', e'));
|
}).then(res => console.log('submitted code: ', res)).error(e => console.error('failed to submit code', e));
|
||||||
}
|
}
|
||||||
|
|
||||||
function interceptCode(details) {
|
function interceptCode(details) {
|
||||||
|
|
Loading…
Reference in a new issue