Commit 254f8580feb2fed2a0cd8cb6744eca1dc9a537ec
another api typo fix D:
mix irving committed on 2/12/2018, 1:35:28 AMParent: 8a1883237d44da421e41191ec739a0ed4db398ec
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -9,12 +9,12 @@ | ||
9 | 9 … | version: require('./package.json').version, |
10 | 10 … | manifest: { |
11 | 11 … | get: 'async', |
12 | 12 … | stream: 'source', |
13 | - subscription: 'async' | |
13 … | + subscriptions: 'async' | |
14 | 14 … | }, |
15 | 15 … | init: (server, config) => { |
16 | - console.log('///// CHANNELS plugin loaded /////') | |
16 … | + // console.log('///// CHANNELS plugin loaded /////') | |
17 | 17 … | |
18 | 18 … | const view = server._flumeUse( |
19 | 19 … | 'channels', |
20 | 20 … | FlumeView(FLUME_VIEW_VERSION, reduce, map, null, initialState()) |
Built with git-ssb-web