feat: allow duplicated employee images in Supabase storage

This commit is contained in:
2026-07-06 22:05:31 -04:00
parent f172d62ed4
commit cb0636c957
3 changed files with 58 additions and 14 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ export async function downloadBulkIDCards({ employees, baseUrl, onStateChange, o
if (blobData) {
validatedPhotoUrl = URL.createObjectURL(blobData);
if (onProcessEmployeePhoto) {
await onProcessEmployeePhoto(strictCleanId, blobData);
await onProcessEmployeePhoto(strictCleanId, blobData, emp.selectedClient || '');
}
}
} catch (err) {