Skip to content

Commit 8632dd4

Browse files
committed
lint
1 parent dae20b6 commit 8632dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/array/src/renderer/features/auth/stores/authStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { logger } from "@renderer/lib/logger";
55
import { queryClient } from "@renderer/lib/queryClient";
66
import { trpcVanilla } from "@renderer/trpc/client";
77
import type { CloudRegion } from "@shared/types/oauth";
8+
import { sleepWithBackoff } from "@shared/utils/backoff";
89
import { useNavigationStore } from "@stores/navigationStore";
910
import { create } from "zustand";
1011
import { persist, subscribeWithSelector } from "zustand/middleware";
@@ -13,7 +14,6 @@ import {
1314
TOKEN_REFRESH_BUFFER_MS,
1415
} from "@/constants/oauth";
1516
import { ANALYTICS_EVENTS } from "@/types/analytics";
16-
import { sleepWithBackoff } from "@shared/utils/backoff";
1717

1818
const log = logger.scope("auth-store");
1919

0 commit comments

Comments
 (0)