Skip to content

Commit

Permalink
🐛 修复 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Aug 7, 2024
1 parent 4f48fb2 commit 7635138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2/types/tetrio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface User {
readonly id: string;
readonly label: string;
readonly group?: string;
readonly ts?: string;
readonly ts?: Date;
}[];

readonly xp: number;
Expand Down Expand Up @@ -154,4 +154,4 @@ export interface TetraLeagueRecord {
readonly ts: Date;
readonly ismulti?: boolean;
readonly endcontext: Record<unknown, unknown>[] | Record<unknown, unknown>;
}
}

0 comments on commit 7635138

Please sign in to comment.