@@ -56,7 +56,7 @@ func (s OrganizationService) Create(
|
|||||||
|
|
||||||
organization := &coredata.Organization{
|
organization := &coredata.Organization{
|
||||||
ID: organizationID,
|
ID: organizationID,
|
||||||
TenantID: s.svc.scope.GetTenantID(),
|
TenantID: organizationID.TenantID(),
|
||||||
Name: req.Name,
|
Name: req.Name,
|
||||||
CreatedAt: now,
|
CreatedAt: now,
|
||||||
UpdatedAt: now,
|
UpdatedAt: now,
|
||||||
|
|||||||
Reference in New Issue
Block a user