Skip to content

Commit 742786d

Browse files
committed
fix(contests): contestProblems is nullable
1 parent 86a607a commit 742786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luogu-api.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export interface ContestData {
429429
score: number;
430430
problem: LegacyProblemSummary;
431431
submitted: boolean;
432-
}[];
432+
}[] | null;
433433
isScoreboardFrozen: boolean;
434434
accessLevel: number;
435435
joined: boolean;

0 commit comments

Comments
 (0)