aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 09:31:39 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-31 09:35:55 +0200
commita384b4a97a2a4444d8e2c831765dbf35c8da0db2 (patch)
tree2bd6a62f0707c85fa9bb9322e1aea90a3b0f4305 /apps/updatenotification/src
parent0f8aca9d87db9022fe942a3d3fbb11433e152676 (diff)
downloadnextcloud-server-a384b4a97a2a4444d8e2c831765dbf35c8da0db2.tar.gz
nextcloud-server-a384b4a97a2a4444d8e2c831765dbf35c8da0db2.zip
Bump @nextcloud/eslint-config and peers
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification/src')
-rw-r--r--apps/updatenotification/src/components/UpdateNotification.vue2
1 files changed, 1 insertions, 1 deletions
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)