fix(extension): fuck
All checks were successful
Publish docker image / Publish (push) Successful in 2m20s
All checks were successful
Publish docker image / Publish (push) Successful in 2m20s
This commit is contained in:
parent
0b411c746a
commit
04074cab37
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function interceptSubmit(details) {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log('request for activity', activityId, 'the code', code, 'was', codeCorrect ? 'correct' : 'incorrect');
|
||||
console.log('request for activity', activityId, 'the code', activity.code, 'was', codeCorrect ? 'correct' : 'incorrect');
|
||||
|
||||
const query = new URLSearchParams({
|
||||
date: activity.date,
|
||||
|
|
Loading…
Reference in a new issue