From 4a7d6ea7518c830fa429cdd05464da20a17be63a Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 9 Jan 2017 11:24:55 +0800 Subject: [PATCH] Make eslint happy. --- app/assets/javascripts/admin/models/web-hook.js.es6 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/admin/models/web-hook.js.es6 b/app/assets/javascripts/admin/models/web-hook.js.es6 index 1ed76970efc..325d9310452 100644 --- a/app/assets/javascripts/admin/models/web-hook.js.es6 +++ b/app/assets/javascripts/admin/models/web-hook.js.es6 @@ -54,7 +54,6 @@ export default RestModel.extend({ createProperties() { const types = this.get('web_hook_event_types'); - const categories = this.get('categories'); const categoryIds = this.get('categories').map(c => c.id); // Hack as {{group-selector}} accepts a comma-separated string as data source, but