set wildcard domain verified to true

This commit is contained in:
miloschwartz
2025-10-13 15:31:34 -07:00
parent 8faff3e075
commit 733bf0b169

View File

@@ -254,7 +254,7 @@ export async function createOrgDomain(
domainId, domainId,
baseDomain, baseDomain,
type, type,
verified: build == "oss" ? true : false verified: type === "wildcard" ? true : false
}) })
.returning(); .returning();