mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix linting issues.
This commit is contained in:
parent
e764b0cdf1
commit
1ad228e39e
1 changed files with 47 additions and 47 deletions
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
methods: {
|
||||
async fetchConfig() {
|
||||
this.fetchJson(this.apiUrl() + "/config").then((config) => {
|
||||
this.fetchJson(this.apiUrl() + "/config").then(config => {
|
||||
this.donationHref = config?.donationUrl;
|
||||
this.statusPageHref = config?.statusPageUrl;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue