git ssb

30+

cel / git-ssb-web



Commit e327cbe2ab216b5d43fc3ff78b4c10ee2b37820b

fix: trailing comma #2

noffle committed on 5/20/2018, 6:28:07 PM
Parent: 1a34953425dcdb8f86d953dd87bc0b7e4fa03b13

Files changed

lib/users.jschanged
lib/users.jsView
@@ -71,9 +71,9 @@
7171 values: true,
7272 reverse: true,
7373 id: feedId
7474 }),
75- pull.map(function (msg) { return msg.value }),
75 + pull.map(function (msg) { return msg.value })
7676 )
7777 } else {
7878 source = pull(
7979 cat([

Built with git-ssb-web