🎨 Reliable-id can be 2
This commit is contained in:
parent
bdcb7faabe
commit
60fe546d31
4 changed files with 19 additions and 4 deletions
|
@ -57,7 +57,7 @@ export default function saveResponse(
|
|||
//Return file reader
|
||||
//TODO: need to automatically delete file once it is no longer used
|
||||
//TODO: need to provide methods to seek through file
|
||||
const stream = fs.createReadStream(tempFileName, { encoding: 'binary' });
|
||||
const stream = fs.createReadStream(tempFileName, { encoding: 'binary' }); //TODO: we may need to remove encoding since mentioning encoding automatically switches to string format
|
||||
return resolve(stream);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue