formatting

Co-authored-by: sudokoko <sudo@koko.rip>
This commit is contained in:
Kat 2025-01-02 13:58:55 -08:00 committed by GitHub
parent ab2d9176b6
commit 359b75128c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,6 +176,7 @@ public class ScoreController : ControllerBase
{
GameScore? second = scores.Scores[1];
UserEntity? user = await this.database.UserFromGameToken(token);
await this.database.SendNotification(second.UserId, $"{user?.InfoXml} beat your highscore (<em>{second.Points}</em>) on {slot.InfoXml} with a score of <em>{score.Points}</em>.", true);
}