Update app/lib/api.ts
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 2m32s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 2m32s
This commit is contained in:
parent
a3f16fc967
commit
447ac7edf9
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ export const useColles = (startDate: DateTime) => {
|
||||||
// This is used to determine if the data is "actual" or not
|
// This is used to determine if the data is "actual" or not
|
||||||
const isFuture = startDate > DateTime.now();
|
const isFuture = startDate > DateTime.now();
|
||||||
|
|
||||||
const options = isFuture
|
const options = (true || isFuture)
|
||||||
? {
|
? {
|
||||||
refetchOnWindowFocus: true,
|
refetchOnWindowFocus: true,
|
||||||
refetchOnReconnect: true,
|
refetchOnReconnect: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue