git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit bf39a3f796f04342a3171b3a31f293448c6c4885

whoops

Matt McKegg committed on 6/26/2017, 4:48:07 AM
Parent: 7825ae89c253685cdcbee4c04c902518a786231b

Files changed

sbot/channels.jschanged
sbot/channels.jsView
@@ -5,9 +5,9 @@
55 }
66
77 function reduce (result, item) {
88 if (!result) result = {}
9- if (items) {
9+ if (item) {
1010 for (var channel in item) {
1111 var value = result[channel]
1212 if (!value) {
1313 value = result[channel] = {count: 0, timestamp: 0}

Built with git-ssb-web