Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-13 13:47:51 +01:00
parent facab54180
commit b87ad9e604

View File

@@ -56,7 +56,7 @@ func (s OrganizationService) Create(
organization := &coredata.Organization{
ID: organizationID,
TenantID: s.svc.scope.GetTenantID(),
TenantID: organizationID.TenantID(),
Name: req.Name,
CreatedAt: now,
UpdatedAt: now,