mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fixes
This commit is contained in:
@@ -10,6 +10,11 @@ const userReq = {
|
||||
return window.API.call(`users/${params.userId}`, {
|
||||
method: 'GET'
|
||||
}).then((json) => {
|
||||
if (!json) {
|
||||
throw new Error(
|
||||
`getUser missing user data for: ${params.userId}`
|
||||
);
|
||||
}
|
||||
const args = {
|
||||
json,
|
||||
params
|
||||
|
||||
Reference in New Issue
Block a user