Skip to content

Update App.ts

Update App.ts #3

Triggered via push January 2, 2024 06:33
Status Failure
Total duration 30s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
build: src/handlers/initDatabase.ts#L12
Return type of constructor signature must be assignable to the instance type of the class.
build: src/handlers/initDatabase.ts#L12
Type 'Error' is missing the following properties from type 'DatabaseInitializer': client, convertIdsRecursive, loadDashboardDatas, loadAdminMembers, start
build: src/handlers/initDatabase.ts#L400
Property '$oid' does not exist on type 'string'.
build: src/handlers/loadincomingEvents.ts#L40
This expression is not callable.
build: src/handlers/sendSystemStatus.ts#L5
Cannot find module './types' or its corresponding type declarations.
build: src/index.ts#L3
Cannot find module './src/structures/App' or its corresponding type declarations.
build: src/index.ts#L54
'interfaceInfo' is possibly 'undefined'.
build: src/index.ts#L106
Parameter 'val' implicitly has an 'any' type.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/