Skip to content

Commit 7308bd7

Browse files
committed
[squash] fix build
1 parent a405e6f commit 7308bd7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

turnkey/src/app/actions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ type TAttestation = {
3333
export const createSubOrganization = async (
3434
email: string | undefined,
3535
credential: string,
36-
attestation: TAttestation
36+
attestation: TAttestation,
37+
userName: string
3738
) => {
3839
const createSubOrgResponse = await turnkeyServer.createSubOrganization({
3940
subOrganizationName: "EVM Sub Org",

0 commit comments

Comments
 (0)