Skip to content

Commit 5d14bfc

Browse files
Add trailing null argument to createOrganization
1 parent b2a27d4 commit 5d14bfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/(console)/create-organization/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
name,
115115
BillingPlan.FREE,
116116
null,
117-
null,
118-
resolvedProfile.organizationPlatform
117+
resolvedProfile.organizationPlatform,
118+
null
119119
);
120120
} else {
121121
org = await sdk.forConsole.billing.createOrganization(

0 commit comments

Comments
 (0)