Refactor: Implement logging and JSONB cleanup

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 18:05:58 +00:00
parent b6179372e6
commit e9b9faa3e1
18 changed files with 430 additions and 142 deletions

View File

@@ -64,7 +64,6 @@ export function usePhotoSubmissionItems(
setPhotos(data || []);
} catch (error: unknown) {
const errorMsg = getErrorMessage(error);
console.error('Error fetching photo submission items:', errorMsg);
setError(errorMsg);
setPhotos([]);
} finally {