From 933a3f5aa2a8d5b9d4acee236c3b6b97706cb3d4 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 16 Jul 2020 12:41:05 +0100 Subject: [PATCH] DEV: Apply prettier --- .../admin/controllers/admin-plugins-chat-provider.js.es6 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 b/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 index d9eaa21..b6c23c8 100644 --- a/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 +++ b/assets/javascripts/admin/controllers/admin-plugins-chat-provider.js.es6 @@ -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")