Change error wording on pusher

This commit is contained in:
Alexis Faizeau 2022-02-24 14:54:36 +01:00
parent 586e829e2e
commit 0543232bc3

View File

@ -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)
); );
} }