mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-10-14 11:28:22 +00:00
Fix linting issues.
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async fetchConfig() {
|
async fetchConfig() {
|
||||||
this.fetchJson(this.apiUrl() + "/config").then((config) => {
|
this.fetchJson(this.apiUrl() + "/config").then(config => {
|
||||||
this.donationHref = config?.donationUrl;
|
this.donationHref = config?.donationUrl;
|
||||||
this.statusPageHref = config?.statusPageUrl;
|
this.statusPageHref = config?.statusPageUrl;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user