mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 09:36:44 -06: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);
|
}))(fileId);
|
||||||
|
|
||||||
send(buffer, file.metadata.type, req, res);
|
send(buffer, file.contentType, req, res);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue