Skip to content

Commit 037b870

Browse files
committed
TODO cleanup
1 parent db0e185 commit 037b870

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client/src/services/seb-server/connectionConfigurationService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const getConnectionConfigurationsActive =
2727
async (): Promise<ConnectionConfigurations> =>
2828
(await apiService.getRequest({ url: baseUrl + "/active" })).data;
2929

30-
// TODO @andreas, alain: this seems not to work, The examId is not sent with the request. Param should be id={examId}
3130
export const downloadExamConfig = async (
3231
examId: string,
3332
connectionId: string,

0 commit comments

Comments
 (0)