Skip to content

Commit 72dc6c2

Browse files
committed
updates challengeId to number
1 parent cce1145 commit 72dc6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/@types/request.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Lesson } from './prompt'
22

33
export interface Submission {
44
lessonId: string
5-
challengeId: string
5+
challengeId: number
66
cliToken: string
77
diff: string
88
}

0 commit comments

Comments
 (0)