Feat: Add graphql tx history, add net earnings #241
Triggered via pull request
September 24, 2024 06:04
Status
Failure
Total duration
1m 48s
Artifacts
–
lint_and_build.yml
on: pull_request
Performs linting, formatting on the application
1m 41s
Annotations
1 error and 11 warnings
Performs linting, formatting on the application
Process completed with exit code 1.
|
Performs linting, formatting on the application
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Performs linting, formatting on the application:
src/app/api/strategies/route.ts#L57
'req' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/app/community/page.tsx#L368
Expected '===' and instead saw '=='
|
Performs linting, formatting on the application:
src/app/page.tsx#L49
'address' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/page.tsx#L129
Expected '===' and instead saw '=='
|
Performs linting, formatting on the application:
src/app/slinks/page.tsx#L24
'metadata' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/slinks/page.tsx#L49
React Hook useMemo has missing dependencies: 'depositMethods' and 'strat.id'. Either include them or remove the dependency array
|
Performs linting, formatting on the application:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L56
'transactions' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L82
React Hook useEffect has a missing dependency: 'setBalQueryEnable'. Either include it or remove the dependency array
|
Performs linting, formatting on the application:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L94
React Hook useMemo has a missing dependency: 'strategy?.balanceAtom'. Either include it or remove the dependency array
|
Performs linting, formatting on the application:
src/app/strategy/[strategyId]/_components/Strategy.tsx#L114
React Hook useMemo has missing dependencies: 'txHistoryResult.error', 'txHistoryResult.isError', and 'txHistoryResult.isLoading'. Either include them or remove the dependency array
|