Skip to content

Commit

Permalink
core: fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed May 10, 2024
1 parent 7d32828 commit 4c77c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrooj/src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export interface RecordStatDoc {
uid: number;
time: number;
memory: number;
code: number;
length: number;
lang: string;
}
export interface JudgeMeta {
Expand Down

0 comments on commit 4c77c82

Please sign in to comment.