Update app/lib/api.ts
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 2m32s

This commit is contained in:
Nathan 2025-09-15 17:24:04 +02:00
parent a3f16fc967
commit 447ac7edf9

View file

@ -197,7 +197,7 @@ export const useColles = (startDate: DateTime) => {
// This is used to determine if the data is "actual" or not
const isFuture = startDate > DateTime.now();
const options = isFuture
const options = (true || isFuture)
? {
refetchOnWindowFocus: true,
refetchOnReconnect: true,