mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fix game info, online users
This commit is contained in:
@@ -377,7 +377,6 @@ import gameLogService from './service/gamelog.js'
|
||||
}
|
||||
this.$throw(res.status);
|
||||
}).then(({ data, status }) => {
|
||||
if (data === Object(data)) {
|
||||
if (status === 200) {
|
||||
if (data.success === Object(data.success)) {
|
||||
new Noty({
|
||||
@@ -399,7 +398,6 @@ import gameLogService from './service/gamelog.js'
|
||||
data.error
|
||||
);
|
||||
}
|
||||
}
|
||||
this.$throw(status, data);
|
||||
return data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user