Commit d4886a0229e25942daf8b6ffbb1f4df7a1ee53ad
oops, ignore errors forgot this one
Dominic Tarr committed on 7/26/2016, 4:49:21 AMParent: 113223327508da436eab9a15c25935b6e5e18258
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -327,9 +327,9 @@ | ||
327 | 327 | } |
328 | 328 | |
329 | 329 | db.getLatest = function (id, cb) { |
330 | 330 | lastDB.get(id, function (err, v) { |
331 | - if(err) return cb(err) | |
331 | + if(err) return cb() | |
332 | 332 | //callback null there is no latest |
333 | 333 | clockDB.get([id, toSeq(v)], function (err, hash) { |
334 | 334 | if(err) return cb() |
335 | 335 | db.get(hash, function (err, msg) { |
Built with git-ssb-web