Linting: Fixed wrong logger contexts

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-05-02 21:53:28 +02:00 committed by David Mehren
parent 8cc9e12bc3
commit f5039791ed
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
5 changed files with 7 additions and 7 deletions

View file

@ -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(