We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13736ea commit 17900c4Copy full SHA for 17900c4
frontend/src/features/user-profile/api/predictions.ts
@@ -3,7 +3,7 @@ import { useMutation, useQueryClient } from "@tanstack/react-query";
3
4
export const terminateOfflinePrediction = (predictionId: number) => {
5
return apiClient.post(
6
- `${API_ENDPOINTS.TERMINATE_OFFLINE_PREDICTION(predictionId)}`,
+ `${API_ENDPOINTS.TERMINATE_OFFLINE_PREDICTION(predictionId)}`
7
);
8
};
9
0 commit comments