Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update converters.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms committed May 15, 2024
1 parent a2698cf commit 4950c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steps/groups/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export function createGroupEntity(data: admin_directory_v1.Schema$Group) {
kind: data.kind,
name: data.name,
description: data.description,
nonEditableAliases: data.nonEditableAliases,
aliases: data.aliases
aliases: data.aliases,
nonEditableAliases: data.nonEditableAliases
},
},
});
Expand Down

0 comments on commit 4950c59

Please sign in to comment.