Skip to content

Commit

Permalink
fix: remove cache time from cow api request
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Apr 10, 2024
1 parent f324a72 commit f25a8af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/stonks/utils/fetchCowApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ export const fetchCowApi = async <T extends unknown>({
headers: {
'Content-Type': 'application/json',
},
next: {
revalidate: 0,
},
body,
})
} as any)

const data = await requested.json()

Expand Down

0 comments on commit f25a8af

Please sign in to comment.