Skip to content

Commit 8601b50

Browse files
committed
fix table name for external lists
1 parent 29b6e97 commit 8601b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const genericConfig: GenericConfigType = {
7171
IAMTablePrefix: "infra-core-api-iam",
7272
ProtectedEntraIDGroups: [infraChairsGroupId, officersGroupId],
7373
MembershipTableName: "infra-core-api-membership-provisioning",
74-
ExternalMembershipTableName: "infra-membership-api-external-lists"
74+
ExternalMembershipTableName: "infra-core-api-membership-external"
7575
} as const;
7676

7777
const environmentConfig: EnvironmentConfigType = {

0 commit comments

Comments
 (0)