Skip to content

Commit

Permalink
Fix typo in JudgeService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ajami1331 committed Jan 25, 2024
1 parent 9acdbae commit 55f2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sojj/Services/JudgeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public async Task LoginAsync()
}
else
{
logger.LogError("Loging failed");
logger.LogError("Login failed");
}
}

Expand Down

0 comments on commit 55f2394

Please sign in to comment.