fix: fixed .clubinfo rank

This commit is contained in:
Kwoth
2024-07-11 00:53:52 +00:00
parent d77a86c08b
commit 9d2268a925
3 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ public class ClubService : INService, IClubService
return club is not null;
}
public async Task<int> GetClubRank(int clubId)
public async Task<int> GetClubRankAsync(int clubId)
{
await using var uow = _db.GetDbContext();