DEV: Apply prettier

This commit is contained in:
David Taylor 2020-07-16 12:41:05 +01:00
parent 945c0a6e4f
commit 933a3f5aa2
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@ export default Ember.Controller.extend({
this.set("modalShowing", true);
const model = {
rule: this.store.createRecord("rule", { channel_id: channel.id, channel }),
rule: this.store.createRecord("rule", {
channel_id: channel.id,
channel
}),
channel,
provider: this.get("model.provider"),
groups: this.get("model.groups")