Skip to content

Update(OUT-2086): hude small loading spinner for mapping setting #348

Update(OUT-2086): hude small loading spinner for mapping setting

Update(OUT-2086): hude small loading spinner for mapping setting #348

Triggered via push July 30, 2025 10:01
Status Success
Total duration 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Run linters
43s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run linters: src/hook/useSettings.ts#L15
'useSWR' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/hook/useSettings.ts#L14
'getFetcher' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/hook/useQuickbooks.ts#L110
React Hook useEffect has a missing dependency: 'handleConnect'. Either include it or remove the dependency array
Run linters: src/hook/useQuickbooks.ts#L98
React Hook useEffect has missing dependencies: 'setAppParams' and 'tokenPayload?.workspaceId'. Either include them or remove the dependency array
Run linters: src/hook/useDashboard.ts#L64
React Hook useEffect has missing dependencies: 'handleConnect', 'handleSyncEnable', and 'portalConnectionStatus'. Either include them or remove the dependency array
Run linters: src/db/schema/qbSyncLogs.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/db/schema/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
Run linters: src/components/dashboard/settings/sections/product/ProductMappingTable.tsx#L9
'Spinner' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/components/dashboard/settings/sections/product/ProductMapping.tsx#L5
'Spinner' is defined but never used. Allowed unused vars must match /^_/u
Run linters: src/app/api/quickbooks/generate-token/route.ts#L5
'req' is defined but never used. Allowed unused args must match /^_/u