Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ttshivers committed Aug 30, 2020
1 parent 0064aa5 commit edb95bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit edb95bc

Please sign in to comment.