Skip to content

Commit

Permalink
Fixed ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
usserwoutV2 committed May 23, 2024
1 parent 36a3514 commit 402ab21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/@types/requests.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export type POST_Responses = {
[ApiRoutes.COURSE_JOIN]: {name:string, description: string}
[ApiRoutes.COURSE_JOIN_WITHOUT_KEY]: POST_Responses[ApiRoutes.COURSE_JOIN]
[ApiRoutes.PROJECT_SCORE]: GET_Responses[ApiRoutes.PROJECT_SCORE]
[ApiRoutes.CLUSTER_GROUPS]: undefined
}

/**
Expand Down

0 comments on commit 402ab21

Please sign in to comment.