Skip to content

Commit

Permalink
Update GameHub.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy authored May 24, 2024
1 parent 61ce19a commit d2a6823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AmiyaBotPlayerRatingServer/RealtimeHubs/GameHub.cs
Original file line number Diff line number Diff line change
@@ -378,7 +378,7 @@ await Clients.Group(gameId).SendAsync("GameCompleted", JsonConvert.SerializeObje
}));
}

await Clients.Group(gameId).SendAsync("GameClosed", ret);
await Clients.Group(gameId).SendAsync("GameClosed",JsonConvert.SerializeObject(ret));
}

[Authorize(AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]

0 comments on commit d2a6823

Please sign in to comment.