Add missing updateResource import

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-04-29 01:49:07 -05:00
parent 28b407eea6
commit 424a7f3b2d

View file

@ -32,6 +32,7 @@ import {
ensureWebsiteUser,
linkUserToCustomer,
createInvoiceFromSalesOrder,
updateResource,
} from "../erpnext-client.js";
import { sendOrderConfirmationEmail } from "../email";