Skip to content

Commit af0778f

Browse files
type fix
1 parent 023ac57 commit af0778f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export type ApplicationDTO = {
7777
};
7878

7979
export type ApplicantDTO = {
80-
id: string;
80+
id: number;
8181
academicOrCoop: string;
8282
academicYear: string; // MAYBE CHANGE WITH ENUM
8383
email: string;

0 commit comments

Comments
 (0)