Track loans on contract metrics #2380
Triggered via pull request
September 21, 2024 16:23
Status
Success
Total duration
1m 34s
Artifacts
–
Annotations
4 warnings
test
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/
|
test:
backend/api/src/on-create-bet.ts#L247
'updateUserContractMetrics' is assigned a value but never used. Allowed unused vars must match /^_/u
|
test:
backend/api/src/redeem-shares.ts#L23
'newBets' is defined but never used. Allowed unused args must match /^_/u
|
test:
backend/shared/src/supabase/search-contracts.ts#L196
'marketTier' is assigned a value but never used. Allowed unused vars must match /^_/u
|