From 7296fae50327a66b92ed239aaa377b15bb1f09bc Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Tue, 28 Nov 2023 23:52:33 +0100 Subject: [PATCH] correct response processing after gms-request create community-user --- backend/src/apis/gms/GmsClient.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/apis/gms/GmsClient.ts b/backend/src/apis/gms/GmsClient.ts index ec3298267..6f92f3ee3 100644 --- a/backend/src/apis/gms/GmsClient.ts +++ b/backend/src/apis/gms/GmsClient.ts @@ -134,10 +134,10 @@ export async function createGmsUser(apiKey: string, user: GmsUser): Promise