fix: consistent delete response format
Some checks failed
Deploy Tracker / deploy (push) Failing after 4s

This commit is contained in:
markov 2026-02-25 10:37:47 +01:00
parent cd2ffd78ac
commit 39dde0e2d8

View File

@ -289,4 +289,4 @@ async def delete_project_file(
await db.delete(project_file) await db.delete(project_file)
await db.commit() await db.commit()
return {"message": "File deleted successfully"} return {"ok": True}