mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:53:09 +02:00
Fix bug
This commit is contained in:
parent
71b1de8367
commit
bb8fd5b90f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ async function sendFileById(req: express.Request, res: express.Response): Promis
|
|||
});
|
||||
}))(fileId);
|
||||
|
||||
send(buffer, file.metadata.type, req, res);
|
||||
send(buffer, file.contentType, req, res);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue