From e807545d88c18b71e41c8aa85a93adf9e6c83b7b Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Mon, 20 May 2019 21:56:45 +0300 Subject: [PATCH] Remove trailing comma in `src/url` module --- src/url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url.js b/src/url.js index 53356cc..4d79feb 100644 --- a/src/url.js +++ b/src/url.js @@ -15,5 +15,5 @@ module.exports = { source: 'https://github.com/klaussinani/tusk', update: 'https://klaussinani.github.io/tusk/update.json', yinxiang: 'https://app.yinxiang.com/Login.action', - yinxiangRedirect: 'https://app.yinxiang.com/OutboundRedirect.action?dest=', + yinxiangRedirect: 'https://app.yinxiang.com/OutboundRedirect.action?dest=' };