use logger

This commit is contained in:
Philipinho 2024-07-21 21:57:31 +01:00
parent 8f3e2ff663
commit bb92ca75e9

View File

@ -59,7 +59,7 @@ export class AttachmentService {
});
} catch (err) {
// delete uploaded file on error
console.error(err);
this.logger.error(err);
}
return attachment;