We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bf9dd commit 965a171Copy full SHA for 965a171
src/api/functions/entraId.ts
@@ -29,7 +29,7 @@ import { SecretsManagerClient } from "@aws-sdk/client-secrets-manager";
29
import { DynamoDBClient } from "@aws-sdk/client-dynamodb";
30
import { checkPaidMembershipFromTable } from "./membership.js";
31
32
-export function validateGroupId(groupId: string): boolean {
+function validateGroupId(groupId: string): boolean {
33
const groupIdPattern = /^[a-zA-Z0-9-]+$/; // Adjust the pattern as needed
34
return groupIdPattern.test(groupId);
35
}
0 commit comments