Skip to content

a few more refactors #304

a few more refactors

a few more refactors #304

Triggered via push January 14, 2024 18:29
Status Failure
Total duration 22s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/cmd/admin/database/backup-db.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/daily-maintain.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/daily-maintain.ts#L1
Parameter 'x' implicitly has an 'any' type.
build: src/cmd/admin/database/database-maintain.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/load-backup.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/reset-user.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/reset-user.ts#L1
Parameter 'u' implicitly has an 'any' type.
build: src/cmd/admin/database/save-db.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/set-user.ts#L1
Cannot find module '../../../global.js' or its corresponding type declarations.
build: src/cmd/admin/database/set-user.ts#L1
Parameter 'u' implicitly has an 'any' type.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/