mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-07 21:35:18 +02:00
Alias keyring function
This commit is contained in:
@@ -33,7 +33,7 @@ export function useLicense() {
|
||||
};
|
||||
}, []);
|
||||
|
||||
const check = useQuery({
|
||||
const check = useQuery<LicenseCheckStatus | null, string>({
|
||||
refetchInterval: 1000 * 60 * 60 * 12, // Refetch every 12 hours
|
||||
refetchOnWindowFocus: false,
|
||||
queryKey: CHECK_QUERY_KEY,
|
||||
|
||||
Reference in New Issue
Block a user