From 6330625a137204e0fe2b2f3128d08a783346b3d1 Mon Sep 17 00:00:00 2001 From: jue-henry Date: Tue, 24 Dec 2024 15:17:12 -0800 Subject: [PATCH] adding comment --- src/api/db/models/Camera.ts | 1 + 1 file changed, 1 insertion(+) 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,