mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
typo
This commit is contained in:
@@ -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