From 7c418a3cd32f1392f89a066c947211462ccc0fb5 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 4 May 2024 16:59:31 +0800 Subject: [PATCH] :bug: Bug fix on missing id in realm --- .idea/workspace.xml | 9 ++++++--- pkg/grpc/proto/realms.pb.go | 33 +++++++++++++++++++++------------ pkg/grpc/proto/realms.proto | 11 ++++++----- pkg/grpc/realms.go | 4 ++++ 4 files changed, 37 insertions(+), 20 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 054fe76..5a32ff0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,11 @@