git ssb

3+

cel / ssb-npm-registry



Commit d92136d569780e5a734516778f486e5e580159c5

Remove extraenous comma

cel committed on 5/19/2018, 6:49:20 PM
Parent: 9b45e3f01230e511bf588ede9db7e0c50b2cf9ce

Files changed

index.jschanged
index.jsView
@@ -671,9 +671,9 @@
671671 } : name && name.$prefix ? function (link) {
672672 return link.name.substr(0, name.$prefix.length) === name.$prefix
673673 } : function () {
674674 throw new TypeError('unsupported name filter')
675- }),
675+ })
676676 )
677677 }
678678
679679 Req.prototype.getMentions = function (name) {

Built with git-ssb-web