DEV: Apply prettier
This commit is contained in:
parent
945c0a6e4f
commit
933a3f5aa2
|
@ -61,7 +61,10 @@ export default Ember.Controller.extend({
|
||||||
this.set("modalShowing", true);
|
this.set("modalShowing", true);
|
||||||
|
|
||||||
const model = {
|
const model = {
|
||||||
rule: this.store.createRecord("rule", { channel_id: channel.id, channel }),
|
rule: this.store.createRecord("rule", {
|
||||||
|
channel_id: channel.id,
|
||||||
|
channel
|
||||||
|
}),
|
||||||
channel,
|
channel,
|
||||||
provider: this.get("model.provider"),
|
provider: this.get("model.provider"),
|
||||||
groups: this.get("model.groups")
|
groups: this.get("model.groups")
|
||||||
|
|
Loading…
Reference in New Issue