Skip to content

Commit

Permalink
Update ExerciseService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fey authored Feb 6, 2023
1 parent 1377cce commit 80c15b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/ExerciseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function check(User $user, Exercise $exercise, string $solutionCode): Che
if ($exerciseMember->mayFinish()) {
$exerciseMember->finish();
$exerciseMember->save();
Log::info('finished');

$this->activityService->logCompletedExercise($user, $exercise);
}
}
Expand Down

0 comments on commit 80c15b0

Please sign in to comment.