mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Merge pull request #4051 from overleaf/jpa-fix-lint
[misc] fix lint GitOrigin-RevId: 56db2a752a02801a9b6fd379f130a258a84c55b0
This commit is contained in:
@@ -117,7 +117,7 @@ function processPdfRequest(event, { file, clsiServerId, compileGroup }) {
|
||||
)
|
||||
)
|
||||
.then(responses => {
|
||||
responses.map(({ chunk, arrayBuffer }) => {
|
||||
responses.forEach(({ chunk, arrayBuffer }) => {
|
||||
// overlap:
|
||||
// | REQUESTED_RANGE |
|
||||
// | CHUNK |
|
||||
|
||||
Reference in New Issue
Block a user