Merge pull request #4051 from overleaf/jpa-fix-lint

[misc] fix lint

GitOrigin-RevId: 56db2a752a02801a9b6fd379f130a258a84c55b0
This commit is contained in:
Jakob Ackermann 2021-05-17 11:50:08 +02:00 committed by Copybot
parent 715fad4883
commit 234cabdcf5

View file

@ -117,7 +117,7 @@ function processPdfRequest(event, { file, clsiServerId, compileGroup }) {
) )
) )
.then(responses => { .then(responses => {
responses.map(({ chunk, arrayBuffer }) => { responses.forEach(({ chunk, arrayBuffer }) => {
// overlap: // overlap:
// | REQUESTED_RANGE | // | REQUESTED_RANGE |
// | CHUNK | // | CHUNK |