mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Merge pull request #3662 from overleaf/jpa-fix-proxying-of-clsi-requests
[CompileController] fix proxying of requests w/o clsiserverid GitOrigin-RevId: 5c29f2f9279097f3c969e8a86ea478806b3b3eee
This commit is contained in:
@@ -488,7 +488,7 @@ module.exports = CompileController = {
|
||||
}
|
||||
// add any provided query string
|
||||
if (qs != null) {
|
||||
options.qs = Object.assign(options.qs, qs)
|
||||
options.qs = Object.assign(options.qs || {}, qs)
|
||||
}
|
||||
// if we have a build parameter, pass it through to the clsi
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user