Skip to content

Commit fb9a8cf

Browse files
authored
Merge pull request #735 from Mithesh54/add-plan
fix: add-plan
2 parents 0589fc3 + ee226e3 commit fb9a8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/user-admin/services/user-admin.workspace.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export class AdminWorkspaceService {
346346
)?.name,
347347
WorkspaceType: workspace?.workspaceType,
348348
hubName: hub?.name,
349+
plan: hub?.plan?.name,
349350
nonWorkspaceHubMembers,
350351
};
351352
return workspace_summary;

0 commit comments

Comments
 (0)