[Hackathon] Subscription service contract #186
Annotations
5 errors and 2 warnings
contract/src/offer-up.contract.js#L22
'E' is defined but never used. Allowed unused vars must match /^_/u
|
contract/src/offer-up.contract.js#L51
'subscriptionPeriod' is assigned a value but never used. Allowed unused vars must match /^_/u
|
contract/src/offer-up.contract.js#L129
'getSubscriptionResources' was used before it was defined
|
contract/src/offer-up.contract.js#L168
'serviceType' is already declared in the upper scope on line 161 column 50
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contract/src/offer-up.contract.js#L57
Prefer for...of instead of Array.forEach
|
This job failed
Loading