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