mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
lint
This commit is contained in:
@@ -2563,7 +2563,7 @@ speechSynthesis.getVoices();
|
|||||||
var [N, fn] = types[type];
|
var [N, fn] = types[type];
|
||||||
if (N > 0) {
|
if (N > 0) {
|
||||||
if (type === 'avatar') {
|
if (type === 'avatar') {
|
||||||
tags.forEach((tag) => {
|
for (var tag of tags) {
|
||||||
this.bulk({
|
this.bulk({
|
||||||
fn,
|
fn,
|
||||||
N,
|
N,
|
||||||
@@ -2573,7 +2573,7 @@ speechSynthesis.getVoices();
|
|||||||
tag
|
tag
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
}
|
||||||
} else {
|
} else {
|
||||||
this.bulk({
|
this.bulk({
|
||||||
fn,
|
fn,
|
||||||
|
|||||||
Reference in New Issue
Block a user