From 135242e78a8bbc0206e4c979ce168638d93c0bc5 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Mon, 23 Jan 2023 14:07:13 +0000 Subject: [PATCH] Added missing doc comment Signed-off-by: Alex Crome --- .../src/microsoftGraph/defaultTransformers.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/catalog-backend-module-msgraph/src/microsoftGraph/defaultTransformers.ts b/plugins/catalog-backend-module-msgraph/src/microsoftGraph/defaultTransformers.ts index 9d123505e8..7a8c4ec463 100644 --- a/plugins/catalog-backend-module-msgraph/src/microsoftGraph/defaultTransformers.ts +++ b/plugins/catalog-backend-module-msgraph/src/microsoftGraph/defaultTransformers.ts @@ -24,6 +24,12 @@ import { normalizeEntityName } from './helper'; import { GroupEntity, UserEntity } from '@backstage/catalog-model'; import * as MicrosoftGraph from '@microsoft/microsoft-graph-types'; +/** + * The default implementation of the transformation from a graph organization + * entry to a Group entity. + * + * @public + */ export async function defaultOrganizationTransformer( organization: MicrosoftGraph.Organization, ): Promise {