style: auto-fix linting issues
This commit is contained in:
parent
1e8e62dbee
commit
23c5baae5f
1 changed files with 1 additions and 4 deletions
|
|
@ -107,10 +107,7 @@ function transformErasImages(eras) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchTrackerData(sheetId) {
|
async function fetchTrackerData(sheetId) {
|
||||||
const endpoints = [
|
const endpoints = ['https://trackerapi-2.artistgrid.cx/get/', 'https://trackerapi-2.artistgrid.cx/get/'];
|
||||||
'https://trackerapi-2.artistgrid.cx/get/',
|
|
||||||
'https://trackerapi-2.artistgrid.cx/get/',
|
|
||||||
];
|
|
||||||
|
|
||||||
let lastError = null;
|
let lastError = null;
|
||||||
for (const baseUrl of endpoints) {
|
for (const baseUrl of endpoints) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue