mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 13:23:29 +00:00
Forward the options argument to getFileStream
This commit is contained in:
parent
bfd41fdaf9
commit
0219900933
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module.exports =
|
|||
if err?
|
||||
return callback err
|
||||
if exists
|
||||
PersistorManager.getFileStream bucket, convertedKey, null, callback
|
||||
PersistorManager.getFileStream bucket, convertedKey, opts, callback
|
||||
else
|
||||
@_getConvertedFileAndCache bucket, key, convertedKey, opts, callback
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue