1
0
forked from baron/baron-sso

dev 브런치 병합 code-check 오류 수정

This commit is contained in:
2026-04-01 15:06:46 +09:00
parent e5ebd26182
commit d9e8fee64b
5 changed files with 10 additions and 10 deletions

View File

@@ -260,7 +260,7 @@ func (s *userGroupService) AddMember(ctx context.Context, groupID, userID string
Subject: "User:" + userID,
Action: domain.KetoOutboxActionCreate,
})
// Also add direct Tenant membership to Keto for member counting
_ = s.outboxRepo.Create(ctx, &domain.KetoOutbox{
Namespace: "Tenant",