mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Amend: remove problematic ampersand
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user