git ssb

10+

Matt McKegg / patchwork



Commit 399b1970504b9830b9a27953057861e8a6ebfd9b

Fix lint error failing `npm test`

Christian Bundy committed on 5/2/2018, 2:57:39 PM
Parent: 5365ca6ea88f8d908fe3e7cf5b67faf654849b1b

Files changed

modules/page/html/render/gatherings.jschanged
modules/page/html/render/public.jschanged
modules/page/html/render/gatherings.jsView
@@ -70,5 +70,5 @@
7070 }
7171
7272 function isGathering (msg) {
7373 return (msg.value && msg.value.content && msg.value.content.type === 'gathering')
74-}
74+}
modules/page/html/render/public.jsView
@@ -337,5 +337,5 @@
337337
338338 function isAttendee (msg) {
339339 var content = msg.value && msg.value.content
340340 return (content && content.type === 'about' && content.attendee && !content.attendee.remove)
341-}
341+}

Built with git-ssb-web