git ssb

0+

mixmix / ssb-server-channel



Commit 38d9ca8fafeb4d48aaa2c6dab031e93d87836a70

fix api typo

mix irving committed on 2/12/2018, 1:32:59 AM
Parent: dba0ca585b5a7cf53f56c7b39d2730cbe3a6206e

Files changed

index.jschanged
index.jsView
@@ -21,9 +21,9 @@
2121 )
2222
2323 return {
2424 get: view.get,
25- subscription: view.get,
25 + subscriptions: view.get,
2626 stream: view.stream,
2727 }
2828 }
2929 }

Built with git-ssb-web