Skip to content

Commit 2d5a867

Browse files
fix: Type error in inviteMember.handler test (#23070)
Co-authored-by: Hariom Balhara <[email protected]>
1 parent 0865104 commit 2d5a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.integration-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function createTestTeam(data: {
8585
parentId?: number;
8686
metadata?: any;
8787
organizationSettings?: {
88-
orgAutoAcceptEmail?: string;
88+
orgAutoAcceptEmail: string;
8989
isOrganizationVerified?: boolean;
9090
};
9191
}): Promise<Team> {

0 commit comments

Comments
 (0)