mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
Add ranges into health check
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user