fix(opendock): ref wrong field oops
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m0s

This commit is contained in:
2026-06-02 06:25:34 -05:00
parent 40edbc3eae
commit f635415b75

View File

@@ -117,7 +117,7 @@ const postRelease = async (release: Releases) => {
const opendDockArticleCheck = await db.query.opendockArticleSetup.findFirst({
where: (table, { and, eq }) =>
and(
eq(table.av, release.LineItemArticleWeight),
eq(table.av, release.LineItemHumanReadableId),
eq(table.customer, release.DeliveryAddressHumanReadableId),
),
});