From a384b4a97a2a4444d8e2c831765dbf35c8da0db2 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 31 Jul 2020 09:31:39 +0200 Subject: Bump @nextcloud/eslint-config and peers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/updatenotification/src/components/UpdateNotification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/updatenotification/src') diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index f8b3b830b1f..ac862ce1a24 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -399,7 +399,7 @@ export default { url: generateUrl('/apps/updatenotification/channel'), type: 'POST', data: { - 'channel': this.currentChannel, + channel: this.currentChannel, }, success(data) { OC.msg.finishedAction('#channel_save_msg', data) -- cgit v1.2.3