mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add ranges into health check
This commit is contained in:
parent
048c6860d1
commit
315a1d5e80
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module.exports =
|
|||
jobs = [
|
||||
(cb)->
|
||||
opts = getOpts()
|
||||
opts.json = {lines: lines, version: 42}
|
||||
opts.json = {lines: lines, version: 42, ranges: {}}
|
||||
request.post(opts, cb)
|
||||
(cb)->
|
||||
opts = getOpts()
|
||||
|
|
Loading…
Reference in a new issue