Skip to content

Commit

Permalink
idk what is happeningg
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee committed Nov 13, 2023
1 parent 2d6be26 commit d5e104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/AnimeFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const getRandomAnime = async () => {
export const getAiringSchedule = async () => {
try {
const response = await fetch(`${AnifyApi}/schedule`, {
cache: "no-cache",
cache: "reload",
});
return response.json();
} catch (error) {
Expand Down

0 comments on commit d5e104d

Please sign in to comment.