Mapped biometric decode error to media ID.

This commit is contained in:
DebaucheryLibrarian
2026-07-06 00:12:27 +02:00
parent b895ce5a49
commit e0a89f0b15

View File

@@ -84,7 +84,7 @@ async function getBiometrics(avatarEntry) {
return result;
} catch (error) {
logger.error(error);
logger.error(`Failed to decode or detect ${avatarEntry.media_id}: ${error.message}`);
return null;
} finally {