Fix base64 upload issues, bring in patched gridfs-stream
This commit is contained in:
@@ -66,7 +66,6 @@ export class AssetRoutes {
|
||||
|
||||
async getAsset(req, res, next) {
|
||||
const assetId = req.params._id
|
||||
|
||||
const file = await this.db.gridfs.findOneAsync({ _id: assetId })
|
||||
|
||||
if (!file) {
|
||||
|
||||
Reference in New Issue
Block a user