Skip to content

Commit 1e4943f

Browse files
authored
added tenant id in get org info (#1139)
Signed-off-by: pallavighule <[email protected]>
1 parent 3b91a03 commit 1e4943f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/organization/repositories/organization.repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export class OrganizationRepository {
451451
agentsTypeId: true,
452452
orgAgentTypeId: true,
453453
createDateTime: true,
454+
tenantId:true,
454455
agent_invitations: {
455456
select: {
456457
id: true,

0 commit comments

Comments
 (0)