mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 00:02:30 +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