♻️ use const

This commit is contained in:
Fred KISSIE
2026-07-30 22:06:38 +01:00
parent 13caad18c7
commit af87edf3a6
@@ -46,7 +46,7 @@ const getCertificateQuerySchema = z.object({
async function query(orgId: string, domainList: string[]) {
// Try to get CNAME certificates first
let existingCertificates = await db
const existingCertificates = await db
.select({
certId: certificates.certId,
domain: certificates.domain,