Skip to content

refactor(service): migrate read observations rest api to DI adapter l… #361

refactor(service): migrate read observations rest api to DI adapter l…

refactor(service): migrate read observations rest api to DI adapter l… #361

Triggered via push August 7, 2024 21:20
Status Failure
Total duration 43s
Artifacts
build mage service
25s
build mage service
Matrix: test mage service
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Property 'id' does not exist on type 'MageEventAttrs | MageEventDocument'.
build mage service
Module '"../models/user"' has no exported member 'UserDocument'.
build mage service
Property 'model' does not exist on type 'Document<unknown, any, UserDocumentAttrs> & Omit<Omit<User, "id" | "roleId" | "authenticationId"> & { _id: ObjectId; authenticationId: ObjectId; roleId: ObjectId; } & Required<...>, never>'. Did you mean '$model'?
build mage service
Parameter 'err' implicitly has an 'any' type.
build mage service
Parameter 'possibleDuplicate' implicitly has an 'any' type.
build mage service
Property 'status' does not exist on type 'Error'.
build mage service
Cannot find name 'Token'.
build mage service
Parameter 'err' implicitly has an 'any' type.
build mage service
The following actions uses Node.js version which is deprecated 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/