feat(credit): persist credit lines in PostgreSQL #174
Merged
Annotations
10 errors and 11 warnings
|
Run linter:
src/tests/middleware/errorHandler.test.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
|
Run linter:
src/services/sorobanRpcClient.ts#L225
'params' is defined but never used. Allowed unused args must match /^_/u
|
|
Run linter:
src/services/providers/__tests__/providerFactory.test.ts#L1
'vi' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/services/__tests__/sorobanRpcClient.test.ts#L6
'ContractSubmitResult' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/services/__tests__/sorobanRpcClient.test.ts#L5
'ContractReadResult' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/services/__tests__/sorobanRpcClient.test.ts#L1
Imports "SorobanRpcConfig" are only used as type
|
|
Run linter:
src/services/__tests__/RiskEvaluationService.test.ts#L4
'RiskEvaluation' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/routes/credit.ts#L57
'requestedLimit' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/middleware/errorHandler.ts#L2
'fail' is defined but never used. Allowed unused vars must match /^_/u
|
|
Run linter:
src/__tests__/reconciliation.integration.test.ts#L6
'CreditLineStatus' is defined but never used. Allowed unused vars must match /^_/u
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run linter:
src/container/__tests__/Container.test.ts#L111
Unexpected any. Specify a different type
|
|
Run linter:
src/container/__tests__/Container.test.ts#L21
Unexpected any. Specify a different type
|
|
Run linter:
src/container/__tests__/Container.test.ts#L15
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/health.test.ts#L34
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/health.test.ts#L32
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/health.test.ts#L20
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/health.test.ts#L19
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/health.test.ts#L19
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/auth.test.ts#L159
Unexpected any. Specify a different type
|
|
Run linter:
src/__tests__/auth.test.ts#L157
Unexpected any. Specify a different type
|
Loading