This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
|
||||
const getPrediction = (matchId: string) => {
|
||||
return apiRequest<ApiResponse<MatchPredictionDto>>({
|
||||
url: `/predictions/${matchId}`,
|
||||
url: `/predictions/${matchId}?nocache=true`,
|
||||
client: "core",
|
||||
method: "get",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user