Add temp logging to exif sync
This commit is contained in:
parent
dc547033a4
commit
a2e31c6123
@ -113,6 +113,18 @@ export async function syncPhotoExifDataAction(formData: FormData) {
|
||||
...convertPhotoToFormData(photo),
|
||||
...photoFormExif,
|
||||
});
|
||||
console.log(
|
||||
'SYNCING EXIF DATA',
|
||||
photo,
|
||||
);
|
||||
console.log(
|
||||
'convertPhotoToFormData(photo)',
|
||||
convertPhotoToFormData(photo),
|
||||
);
|
||||
console.log(
|
||||
'photoFormExif',
|
||||
photoFormExif,
|
||||
);
|
||||
await sqlUpdatePhoto(photoFormDbInsert);
|
||||
revalidatePhotosKey();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user