1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-03 01:22:44 +01:00

fix(web): do not throw error when hash fails ()

change: do not throw error when hash fails
This commit is contained in:
RiggiG 2025-01-27 22:54:56 -05:00 committed by GitHub
parent fe1e09e51f
commit 92dff839d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,6 @@ async function fileUploader(
}
} catch (error) {
console.error(`Error calculating sha1 file=${assetFile.name})`, error);
throw error;
}
}