Skip to content

Commit 965a171

Browse files
committed
undo mistake on entraId
1 parent 22bf9dd commit 965a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/functions/entraId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { SecretsManagerClient } from "@aws-sdk/client-secrets-manager";
2929
import { DynamoDBClient } from "@aws-sdk/client-dynamodb";
3030
import { checkPaidMembershipFromTable } from "./membership.js";
3131

32-
export function validateGroupId(groupId: string): boolean {
32+
function validateGroupId(groupId: string): boolean {
3333
const groupIdPattern = /^[a-zA-Z0-9-]+$/; // Adjust the pattern as needed
3434
return groupIdPattern.test(groupId);
3535
}

0 commit comments

Comments
 (0)