Skip to content

Commit 83292f8

Browse files
Update example_backend.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ae7b4e commit 83292f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getResults = async function (token, candidate) {
4242
// Finishing the session triggers score calculation and business rules.
4343
await finishStatus(token); // Mark session as finished in Incode backend
4444

45-
// Closing the session stop it from being changed, all /add/ endpoints will be rejected after this, and the score will be frozen.
45+
// Closing the session stops it from being changed, all /add/ endpoints will be rejected after this, and the score will be frozen.
4646
await setStatusClosed(token); // Mark session as closed in Incode backend
4747

4848
let identityId, scoreStatus;

0 commit comments

Comments
 (0)