Skip to content

remove unused functions #1946

remove unused functions

remove unused functions #1946

Triggered via push July 11, 2024 22:03
Status Success
Total duration 1m 19s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test
The following actions uses Node.js version which is deprecated 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/
test: backend/shared/src/emails.ts#L375
'answerText' is defined but never used. Allowed unused args must match /^_/u
test: backend/shared/src/emails.ts#L376
'answerId' is defined but never used. Allowed unused args must match /^_/u
test: backend/shared/src/supabase/init.ts#L21
'ev' is defined but never used. Allowed unused args must match /^_/u
test: backend/shared/src/supabase/search-contracts.ts#L193
'marketTier' is assigned a value but never used. Allowed unused vars must match /^_/u