Skip to content

Commit 17900c4

Browse files
committed
chore: formatting
1 parent 13736ea commit 17900c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/user-profile/api/predictions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useMutation, useQueryClient } from "@tanstack/react-query";
33

44
export const terminateOfflinePrediction = (predictionId: number) => {
55
return apiClient.post(
6-
`${API_ENDPOINTS.TERMINATE_OFFLINE_PREDICTION(predictionId)}`,
6+
`${API_ENDPOINTS.TERMINATE_OFFLINE_PREDICTION(predictionId)}`
77
);
88
};
99

0 commit comments

Comments
 (0)