Fix JSON violations

This commit is contained in:
gpt-engineer-app[bot]
2025-10-02 19:23:33 +00:00
parent f82c2151df
commit 4629fc0df5
6 changed files with 131 additions and 353 deletions

View File

@@ -111,10 +111,8 @@ export function PhotoManagementDialog({
user_id: user.id,
submission_type: 'photo_delete',
content: {
photo_id: photoToDelete.id,
entity_type: entityType,
entity_id: entityId,
reason: deleteReason
action: 'delete',
photo_id: photoToDelete.id
}
}])
.select()
@@ -178,9 +176,8 @@ export function PhotoManagementDialog({
user_id: user.id,
submission_type: 'photo_edit',
content: {
photo_id: editingPhoto.id,
entity_type: entityType,
entity_id: entityId
action: 'edit',
photo_id: editingPhoto.id
}
}])
.select()