Daily Rubocop

This commit is contained in:
Sebastian Serth
2021-04-26 16:41:03 +02:00
parent 4958f5b9a9
commit 3c7e9176a2
3 changed files with 6 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class RemoteEvaluationController < ApplicationController
score_submission(@submission)
else
# TODO: better output
# todo: check token expired?
# TODO: check token expired?
{message: 'No exercise found for this validation_token! Please keep out!', status: 401}
end
end