Skip to content

Commit

Permalink
fixing tody
Browse files Browse the repository at this point in the history
  • Loading branch information
jue-henry committed Dec 4, 2024
1 parent 7282c04 commit 0c2a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/db/models/Camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export class CameraModel {
context,
);

// TODO: delete images associated with this camera
// TODO: Step3: delete images associated with this camera
// Step 4: unregister camera
if ((await CameraModel.getWirelessCameras({ _ids: [input.cameraId] }, context)).length > 0) {
await CameraModel.unregisterCamera({ cameraId: input.cameraId }, context);
Expand Down

0 comments on commit 0c2a14a

Please # to comment.