mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Fix group member moderation
This commit is contained in:
@@ -117,7 +117,7 @@ export function request(endpoint, options) {
|
||||
if (AppDebug.debugWebRequests) {
|
||||
console.log(init, 'parsed data', response.data);
|
||||
}
|
||||
if (response.data.error) {
|
||||
if (response.data?.error) {
|
||||
$throw(
|
||||
response.data.error.status_code || 0,
|
||||
response.data.error.message,
|
||||
|
||||
Reference in New Issue
Block a user