mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
typo
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ speechSynthesis.getVoices();
|
|||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
this.$throw(0, 'Invalid JSON response');
|
this.$throw(0, 'Invalid JSON response');
|
||||||
}
|
}
|
||||||
this.$throw(res.status);
|
this.$throw(response.status);
|
||||||
}).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