mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
bugfix
This commit is contained in:
@@ -295,9 +295,7 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
this.$throw(res.status);
|
||||
}).then((json) => {
|
||||
if (isObject(json) === false) {
|
||||
this.$throw(0, 'Invalid JSON response');
|
||||
} else if (res.ok) {
|
||||
if (res.ok) {
|
||||
if (isObject(json.success)) {
|
||||
new Noty({
|
||||
type: 'success',
|
||||
|
||||
@@ -241,9 +241,7 @@ CefSharp.BindObjectAsync(
|
||||
}
|
||||
this.$throw(res.status);
|
||||
}).then((json) => {
|
||||
if (isObject(json) === false) {
|
||||
this.$throw(0, 'Invalid JSON response');
|
||||
} else if (res.ok) {
|
||||
if (res.ok) {
|
||||
if (isObject(json.success)) {
|
||||
new Noty({
|
||||
type: 'success',
|
||||
|
||||
Reference in New Issue
Block a user