Fix upgrade #28
Annotations
10 errors and 1 warning
src/app/app.component.ts#L43
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
|
src/app/app.module.ts#L21
'NavbarComponent' is defined but never used
|
src/app/app.module.ts#L25
'SidebarComponent' is defined but never used
|
src/app/core/services/daemon/daemon-data.service.ts#L228
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
|
src/app/core/services/daemon/daemon-data.service.ts#L341
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
|
src/app/core/services/daemon/daemon.service.ts#L120
'event' is defined but never used
|
src/app/core/services/daemon/daemon.service.ts#L120
'code' is defined but never used
|
src/app/core/services/daemon/daemon.service.ts#L125
'event' is defined but never used
|
src/app/core/services/daemon/daemon.service.ts#L125
'code' is defined but never used
|
src/app/core/services/daemon/daemon.service.ts#L257
Unsafe argument of type `any` assigned to a parameter of type `{ code: number; message: string; }`
|
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/
|
This job failed
Loading