Skip to content

Commit

Permalink
chore: remove unused ranking model
Browse files Browse the repository at this point in the history
  • Loading branch information
BoonHianLim committed Feb 24, 2024
1 parent f40d7ef commit dfa1e52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions apps/challenges/src/model/ranking.ts

This file was deleted.

2 changes: 0 additions & 2 deletions apps/challenges/src/model/rankingScore.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import mongoose, {Schema} from 'mongoose';

export interface UserRanking {
user: {
userID: string;
Expand Down

0 comments on commit dfa1e52

Please sign in to comment.