From edb95bcd1d50781f65d604a18d7d183a1378ba0e Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Sun, 30 Aug 2020 00:52:43 -0500 Subject: [PATCH] style: fix lint error --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index d21d9b20..06e204ed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -310,8 +310,8 @@ export default { try { await Promise.all([ - this.FETCH_PLEX_USER(), - this.FETCH_PLEX_DEVICES(), + this.FETCH_PLEX_USER(), + this.FETCH_PLEX_DEVICES(), ]); } catch (e) { // If these fail, then the auth token is probably invalid @@ -363,7 +363,7 @@ export default { ]), async setRandomBackground() { - this.SET_BACKGROUND(await this.FETCH_RANDOM_IMAGE_URL()); + this.SET_BACKGROUND(await this.FETCH_RANDOM_IMAGE_URL()); }, onInviteCopied() {