fix bug in doclines check

This commit is contained in:
Brian Gough 2017-05-31 16:08:33 +01:00
parent bed64d26c8
commit 12e8eaa9b6

View file

@ -115,7 +115,7 @@ module.exports = RedisManager =
return callback(new Errors.NotFoundError("document not found"))
# doc is not in redis, bail out
if !lines?
if !docLines?
return callback null, docLines, version, ranges
# doc should be in project set, check if missing (workaround for missing docs from putDoc)