add all in duration
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-05-24 23:11:55 -06:00
parent eee7c63f97
commit 5a378b095c
2 changed files with 9 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ export function adminRejudge(id: string) {
}
export function getSubmissionStatistics(
duration: { start: string; end: string },
duration: { start?: string; end: string },
problemID?: string,
username?: string,
) {