mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 17:52:37 +10:00
use logger
This commit is contained in:
@ -59,7 +59,7 @@ export class AttachmentService {
|
||||
});
|
||||
} catch (err) {
|
||||
// delete uploaded file on error
|
||||
console.error(err);
|
||||
this.logger.error(err);
|
||||
}
|
||||
|
||||
return attachment;
|
||||
|
||||
Reference in New Issue
Block a user