Skip to content

Commit

Permalink
WIP repo
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg committed Dec 23, 2024
1 parent 10ec4cf commit 839be1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/CMM/repositories/leaderboard_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ class CMMScoreRepository extends Repository {
// );
}

Future<CMMScore> createCMMScore(CMMScore cmmScore) async {
return CMMScore.fromJson(
await create(cmmScore.toJson(), suffix: "CMMScores"),
);
}

Future<CMMScore> getLeaderBoardPosition() async {
final response = await getOne("CMMScores/me");
if (response == null) {
Expand Down

0 comments on commit 839be1d

Please sign in to comment.