Set app badge to notification count periodically #442
Annotations
1 error and 3 warnings
Run npm run check-js
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run check-js:
src/App.svelte#L80
'count' is never reassigned. Use 'const' instead
|
Run npm run check-js:
src/App.svelte#L84
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading