fix: resolve race condition causing cross-workspace invoice sync #603
Annotations
10 warnings
|
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/hook/useDropdown.ts#L10
'index' is defined but never used. Allowed unused args must match /^_/u
|
|
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/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/quickbooks/webhook/webhook.service.ts#L23
'refreshTokenExpireMessage' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/quickbooks/webhook/webhook.service.ts#L11
'AccountErrorCodes' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/quickbooks/sync/sync.service.ts#L20
'max' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/quickbooks/setting/setting.controller.ts#L3
'QBSettingsUpdateSchemaType' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/quickbooks/product/product.service.ts#L25
'sql' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linters:
src/app/api/core/utils/withErrorHandler.ts#L12
'IntuitAPIErrorMessage' is defined but never used. Allowed unused vars must match /^_/u
|