remove comment

This commit is contained in:
Weitheng Haw 2025-01-28 16:14:14 +00:00
parent b481e242fb
commit 922cd5b675

View File

@ -110,7 +110,7 @@ def deregister_faces(request: Request, name: str, body: dict = None):
json: dict[str, any] = body or {}
list_of_ids = json.get("ids", [])
delete_directory = json.get("delete_directory", False) # New flag for directory deletion
delete_directory = json.get("delete_directory", False)
if not list_of_ids:
return JSONResponse(