mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
lint
This commit is contained in:
@@ -380,6 +380,7 @@ speechSynthesis.getVoices();
|
|||||||
this.$throw(0, 'Invalid JSON response');
|
this.$throw(0, 'Invalid JSON response');
|
||||||
}
|
}
|
||||||
this.$throw(response.status);
|
this.$throw(response.status);
|
||||||
|
return {};
|
||||||
}).then(({ data, status }) => {
|
}).then(({ data, status }) => {
|
||||||
if (status === 200) {
|
if (status === 200) {
|
||||||
if (data.success === Object(data.success)) {
|
if (data.success === Object(data.success)) {
|
||||||
|
|||||||
@@ -200,6 +200,7 @@ speechSynthesis.getVoices();
|
|||||||
this.$throw(0, 'Invalid JSON response');
|
this.$throw(0, 'Invalid JSON response');
|
||||||
}
|
}
|
||||||
this.$throw(response.status);
|
this.$throw(response.status);
|
||||||
|
return {};
|
||||||
}).then(({ data, status }) => {
|
}).then(({ data, status }) => {
|
||||||
if (data === Object(data)) {
|
if (data === Object(data)) {
|
||||||
if (status === 200) {
|
if (status === 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user