Change error wording on pusher
This commit is contained in:
parent
586e829e2e
commit
0543232bc3
@ -71,7 +71,7 @@ class AdminApi {
|
|||||||
});
|
});
|
||||||
if (!isFetchMemberDataByUuidResponse(res.data)) {
|
if (!isFetchMemberDataByUuidResponse(res.data)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Invalid answer received from the admin for the /api/map endpoint. Received: " +
|
"Invalid answer received from the admin for the /api/room/access endpoint. Received: " +
|
||||||
JSON.stringify(res.data)
|
JSON.stringify(res.data)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user