Fix bug
This commit is contained in:
parent
71b1de8367
commit
bb8fd5b90f
|
@ -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 New Issue