Update Leaderboard.ts

This commit is contained in:
AbdBarho
2023-01-16 07:39:29 +01:00
committed by GitHub
parent 425b698d62
commit 61bae79fbf
+1 -1
View File
@@ -16,7 +16,7 @@ export interface LeaderboardReply {
}
export interface LeaderboardEntity {
user_rank: number;
rank: number;
user_id: string;
username: string;
auth_method: string;