mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4051 from overleaf/jpa-fix-lint
[misc] fix lint GitOrigin-RevId: 56db2a752a02801a9b6fd379f130a258a84c55b0
This commit is contained in:
parent
715fad4883
commit
234cabdcf5
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue