mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 23:24:47 +00:00
Amend: remove problematic ampersand
This commit is contained in:
parent
cfbf0d81ba
commit
600ab3ce67
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = BucketController =
|
|||
{bucket} = req.params
|
||||
key = req.params[0]
|
||||
{format, style} = req.query
|
||||
credentials = settings.filestore.s3&[bucket]
|
||||
credentials = settings.filestore.s3[bucket]
|
||||
options = {
|
||||
key: key,
|
||||
bucket: bucket,
|
||||
|
|
Loading…
Reference in a new issue