mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Fixed Infinate Redirect When trying to Login or Signup
This commit is contained in:
parent
525e9311e0
commit
fd40614b93
5 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,6 @@ export const BoardList = async () => {
|
|||
orderBy: {
|
||||
createdAt: 'desc',
|
||||
},
|
||||
cacheStrategy: { ttl: 30, swr: 60 },
|
||||
});
|
||||
|
||||
const availableCount = await getAvailableCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue