mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Fix typo
This commit is contained in:
@@ -377,7 +377,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 (status === 200) {
|
if (status === 200) {
|
||||||
if (data.success === Object(data.success)) {
|
if (data.success === Object(data.success)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user