mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 00:45:26 +00:00
Merge pull request #4053 from overleaf/jpa-fix-clsi-server-id-case
[misc] serviceWorker: fix casing of clsiServerId in query GitOrigin-RevId: ae4b9d16b053ea36ce701f1f467eed34699751d1
This commit is contained in:
parent
234cabdcf5
commit
4fc8cb842e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ function processPdfRequest(event, { file, clsiServerId, compileGroup }) {
|
|||
const path = `${perUserPrefix}/content/${file.contentId}/${chunk.hash}`
|
||||
const url = new URL(path, event.request.url)
|
||||
if (clsiServerId) {
|
||||
url.searchParams.set('clsiServerId', clsiServerId)
|
||||
url.searchParams.set('clsiserverid', clsiServerId)
|
||||
}
|
||||
if (compileGroup) {
|
||||
url.searchParams.set('compileGroup', compileGroup)
|
||||
|
|
Loading…
Add table
Reference in a new issue