- Updated home page buttons #80
Annotations
3 warnings and 1 notice
qodana
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Unnecessary 'return' statement:
assets/js/shopping-creds.js#L186
`return` is unnecessary as the last statement in a function with no return value
|
Unnecessary 'return' statement:
assets/js/shopping-creds.js#L180
`return` is unnecessary as the last statement in a function with no return value
|
Result of method call returning a promise is ignored:
assets/js/activities.js#L216
Promise returned from createHtmlContent is ignored
|