mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 09:17:15 +08:00
DEV: Bump eslint-config-discourse (#14868)
Changes for 4f7aba06c0
Also fixes all of the object-shorthand violations in our JS code.
This commit is contained in:
@ -44,7 +44,7 @@ export default RestModel.extend({
|
||||
},
|
||||
|
||||
groupFinder(term) {
|
||||
return Group.findAll({ term: term, ignore_automatic: false });
|
||||
return Group.findAll({ term, ignore_automatic: false });
|
||||
},
|
||||
|
||||
@discourseComputed("wildcard_web_hook", "web_hook_event_types.[]")
|
||||
|
Reference in New Issue
Block a user