Merge pull request #3592 from shleeable/patch-6

Typo: eq(sites.orgId, sites.orgId), same same
This commit is contained in:
Owen Schwartz
2026-09-21 14:34:36 -04:00
committed by GitHub
+1 -1
View File
@@ -113,7 +113,7 @@ export async function updateSite(
.where(
and(
eq(sites.niceId, updateData.niceId),
eq(sites.orgId, sites.orgId),
eq(sites.orgId, existingSite.orgId),
ne(sites.siteId, siteId)
)
)