strucuture created. #1
Annotations
10 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:
src/structures/App.ts#L17
Cannot extend an interface 'express.Application'. Did you mean 'implements'?
|
build:
src/structures/App.ts#L35
Property 'getUserData' does not exist on type 'App'.
|
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/
|