From 20ff541ab47b8f28d79d9efb3c21fbfcc48399ce Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 1 Dec 2024 11:32:54 +0800 Subject: [PATCH] :boom: Pagination fetching realm member api :bug: Fix remove realm member has no memberId path param --- .idea/workspace.xml | 8 +++++--- pkg/internal/http/api/index.go | 4 ++-- pkg/internal/http/api/realm_members_api.go | 11 +++++++++-- pkg/internal/services/realms.go | 14 +++++++++++++- 4 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5c70c25..6fdfaf1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,10 @@