Skip to content
Snippets Groups Projects
Commit 79318e3b authored by GUILLORET SIMON's avatar GUILLORET SIMON
Browse files

fix: return correct type

parent 63862cfa
Branches
2 merge requests!95V4.0,!92Feature/84 stats for party
......@@ -28,5 +28,5 @@ export abstract class PartyRepository {
});
abstract getScores(
partyId: string,
): Promise<{ userId: { id: number; username: string }; score: number }[]>;
): Promise<{ user: { id: number; username: string }; score: number }[]>;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment