diff --git a/src/api/db/models/Camera.ts b/src/api/db/models/Camera.ts index 50b631bf..664d45bf 100644 --- a/src/api/db/models/Camera.ts +++ b/src/api/db/models/Camera.ts @@ -237,6 +237,7 @@ export class CameraModel { } } + // NOTE: this function is called by the async task handler as part of the delete camera task static async removeProjectRegistration( input: { cameraId: string }, context: Pick,