Commit 6bc08fa77733c8c16c417c92c48c6ac8b2c255d2
Merge branch 'master' into high-viz
mix irving committed on 1/17/2018, 3:14:29 AMParent: d2597a50f24710c27cd37a87e70e1803d90f66fe
Parent: 4ada924920b23d49a8e65386cd7a30e2ccfe3c59
Files changed
graph/api.js | changed |
package-lock.json | added |
graph/api.js | ||
---|---|---|
@@ -28,9 +28,9 @@ | ||
28 | 28 … | } |
29 | 29 … | |
30 | 30 … | function getGraph (cb) { |
31 | 31 … | waterfall([ |
32 | - ssb.friends.all, | |
32 … | + ssb.friends.get, | |
33 | 33 … | (friends, cb) => { |
34 | 34 … | cb(null, { |
35 | 35 … | nodes: buildNodes(friends), |
36 | 36 … | links: buildLinks(friends) |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 0 bytes New file size: 229837 bytes |
Built with git-ssb-web