nitpicks
This commit is contained in:
parent
f856dfb010
commit
c89864490c
|
@ -485,10 +485,10 @@
|
|||
index = index.concat(res.filter(res => res.f === 'uso'));
|
||||
}).catch(() => {}),
|
||||
download(USW_INDEX_URL, {responseType: 'json'}).then(res => {
|
||||
res.data.map(style => {
|
||||
for (const style of res.data) {
|
||||
style.isUsw = true;
|
||||
});
|
||||
index = index.concat(res.data);
|
||||
index.push(style);
|
||||
}
|
||||
}).catch(() => {}),
|
||||
]);
|
||||
clearTimeout(timer);
|
||||
|
|
Loading…
Reference in New Issue
Block a user