Fixed Infinate Redirect When trying to Login or Signup

This commit is contained in:
Ahmad 2024-03-23 16:05:31 -04:00
parent 525e9311e0
commit fd40614b93
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
5 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,6 @@ export const BoardList = async () => {
orderBy: {
createdAt: 'desc',
},
cacheStrategy: { ttl: 30, swr: 60 },
});
const availableCount = await getAvailableCount();