mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
Make eslint happy.
This commit is contained in:
@ -54,7 +54,6 @@ export default RestModel.extend({
|
|||||||
|
|
||||||
createProperties() {
|
createProperties() {
|
||||||
const types = this.get('web_hook_event_types');
|
const types = this.get('web_hook_event_types');
|
||||||
const categories = this.get('categories');
|
|
||||||
const categoryIds = this.get('categories').map(c => c.id);
|
const categoryIds = this.get('categories').map(c => c.id);
|
||||||
|
|
||||||
// Hack as {{group-selector}} accepts a comma-separated string as data source, but
|
// Hack as {{group-selector}} accepts a comma-separated string as data source, but
|
||||||
|
Reference in New Issue
Block a user