Commit d92136d569780e5a734516778f486e5e580159c5
Remove extraenous comma
cel committed on 5/19/2018, 6:49:20 PMParent: 9b45e3f01230e511bf588ede9db7e0c50b2cf9ce
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -671,9 +671,9 @@ | ||
671 | 671 | } : name && name.$prefix ? function (link) { |
672 | 672 | return link.name.substr(0, name.$prefix.length) === name.$prefix |
673 | 673 | } : function () { |
674 | 674 | throw new TypeError('unsupported name filter') |
675 | - }), | |
675 | + }) | |
676 | 676 | ) |
677 | 677 | } |
678 | 678 | |
679 | 679 | Req.prototype.getMentions = function (name) { |
Built with git-ssb-web