mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Linting: Fixed wrong logger contexts
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
8cc9e12bc3
commit
f5039791ed
5 changed files with 7 additions and 7 deletions
|
@ -45,7 +45,7 @@ export class MediaController {
|
|||
const username = 'hardcoded';
|
||||
this.logger.debug(
|
||||
`Recieved filename '${file.originalname}' for note '${noteId}' from user '${username}'`,
|
||||
'uploadImage',
|
||||
'uploadMedia',
|
||||
);
|
||||
try {
|
||||
const url = await this.mediaService.saveFile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue