From 0543232bc3d5571b1e2a29f964e9adeaebcc1d7a Mon Sep 17 00:00:00 2001 From: Alexis Faizeau Date: Thu, 24 Feb 2022 14:54:36 +0100 Subject: [PATCH] Change error wording on pusher --- pusher/src/Services/AdminApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pusher/src/Services/AdminApi.ts b/pusher/src/Services/AdminApi.ts index 5db9dc69..9ea84b2d 100644 --- a/pusher/src/Services/AdminApi.ts +++ b/pusher/src/Services/AdminApi.ts @@ -71,7 +71,7 @@ class AdminApi { }); if (!isFetchMemberDataByUuidResponse(res.data)) { 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) ); }