Skip to content

Commit

Permalink
chore: temporary revalidation to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jun 12, 2024
1 parent 1dcb754 commit 43c1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/lib/airstack/getProfileInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const getProfileInfo = async (
query: GetProfileInfoDocument,
variables,
}),
next: { revalidate: 86400 }, // Cache for 1 day
next: { revalidate: 0 }, // Cache for 1 day
});

// Check if request was successful
Expand Down

0 comments on commit 43c1d25

Please sign in to comment.