Skip to content

fix(OUT-4081): make checkAndSuspendAccount writes actually transactional #1040

fix(OUT-4081): make checkAndSuspendAccount writes actually transactional

fix(OUT-4081): make checkAndSuspendAccount writes actually transactional #1040

Triggered via push August 20, 2026 10:56
Status Success
Total duration 1m 2s
Artifacts

lint.yml

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

Annotations

11 warnings
Run linters
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run linters: src/hook/useSettings.ts#L480
React Hook useEffect has a missing dependency: 'setAppParams'. Either include it or remove the dependency array
Run linters: src/hook/useSettings.ts#L465
React Hook useEffect has a missing dependency: 'intialSettingState'. Either include it or remove the dependency array
Run linters: src/hook/useSettings.ts#L425
React Hook useEffect has a missing dependency: 'checkIfMappedItemExists'. Either include it or remove the dependency array
Run linters: src/hook/useSettings.ts#L369
React Hook useEffect has missing dependencies: 'emptyMappedItem', 'setAppParams', and 'setMappingItems'. Either include them or remove the dependency array. If 'setMappingItems' changes too often, find the parent component that defines it and wrap that definition in useCallback
Run linters: src/hook/useSettings.ts#L107
React Hook useEffect has a missing dependency: 'setAppParams'. Either include it or remove the dependency array
Run linters: src/hook/useSettings.ts#L89
React Hook useEffect has a missing dependency: 'intialSettingState'. Either include it or remove the dependency array
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/useDropdown.ts#L34
React Hook useEffect has a missing dependency: 'dropdownRef'. Either include it or remove the dependency array
Run linters: src/db/schema/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u