From e910f7f3fe8e3395c38e1c0297dda2a05106251a 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 1ed76970ef..325d931045 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