git ssb

4+

Dominic / scuttlebot



Commit 5b431a822c20b63001657a66cb326c29262f5f84

pass callback to view.get

Dominic Tarr committed on 5/20/2017, 10:23:00 AM
Parent: d0a16abb83f347accbf7e24559920b9afe4d5f51

Files changed

plugins/friends.jschanged
plugins/friends.jsView
@@ -48,9 +48,9 @@
4848
4949 return {
5050
5151 get: function (opts, cb) {
52- index.get(null, cb || opts)
52 + index.get(opts, cb)
5353 },
5454
5555 createFriendStream: valid.source(function (opts) {
5656 opts = opts || {}
@@ -108,4 +108,5 @@
108108 }
109109 }
110110 }
111111
112 +

Built with git-ssb-web