Skip to content

Commit accb3d4

Browse files
committed
typocls
1 parent f8415fa commit accb3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/submission.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type SubmissionAttributes = {
66
start_time: Date,
77
end_time?: Date,
88
mode: string,
9-
callback?: string,
9+
callbackURL?: string,
1010
results?: Array<Testcase>
1111
outputs?: Array<string>
1212
}

0 commit comments

Comments
 (0)