Skip to content

Commit 06906e5

Browse files
committed
ci: fix type issue in ci
1 parent 1461a2d commit 06906e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/webhooks/clerk/utils/organization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function mapOrgJsonToOrg(orgJson: OrganizationJSON): Organization {
3333
return {
3434
clerkId: orgJson.id,
3535
name: orgJson.name,
36-
imageUrl: orgJson.image_url,
36+
imageUrl: orgJson.image_url || "",
3737
createdBy: orgJson.created_by,
3838
};
3939
}

0 commit comments

Comments
 (0)