git ssb

1+

Dominic / secure-scuttlebutt



Commit d4886a0229e25942daf8b6ffbb1f4df7a1ee53ad

oops, ignore errors forgot this one

Dominic Tarr committed on 7/26/2016, 4:49:21 AM
Parent: 113223327508da436eab9a15c25935b6e5e18258

Files changed

index.jschanged
index.jsView
@@ -327,9 +327,9 @@
327327 }
328328
329329 db.getLatest = function (id, cb) {
330330 lastDB.get(id, function (err, v) {
331- if(err) return cb(err)
331+ if(err) return cb()
332332 //callback null there is no latest
333333 clockDB.get([id, toSeq(v)], function (err, hash) {
334334 if(err) return cb()
335335 db.get(hash, function (err, msg) {

Built with git-ssb-web