Skip to content

Commit

Permalink
fix bug in types/database.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JihengLi committed Sep 24, 2024
1 parent ca8f375 commit dc42758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface TeamData {
members?: mongoose.Schema.Types.ObjectId[];
scores?: mongoose.Schema.Types.ObjectId[];
locationNum?: number;
createdAt: Date;
createdAt?: Date;
}

export interface ScoreData {
Expand Down

0 comments on commit dc42758

Please sign in to comment.