Add ranges into health check

This commit is contained in:
James Allen 2017-01-31 10:23:51 +01:00
parent 048c6860d1
commit 315a1d5e80

View file

@ -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()