git ssb

4+

Dominic / scuttlebot



Commit d0a16abb83f347accbf7e24559920b9afe4d5f51

oops, remove unref

Dominic Tarr committed on 5/20/2017, 9:41:26 AM
Parent: 3e658cbce668c7cab98f91a2e58cf631a91b251d

Files changed

index.jschanged
index.jsView
@@ -101,12 +101,12 @@
101101
102102 state = _state
103103 _prev = state.since
104104 }, 1000)
105- */
106105
107106 //unref is a node.js only api.
108107 if (int.unref) int.unref()
108 + */
109109
110110 return {
111111 id : feed.id,
112112 keys : opts.keys,
@@ -181,4 +181,5 @@
181181 appKey: require('./lib/ssb-cap')
182182 })
183183 .use(SSB)
184184
185 +

Built with git-ssb-web