Fix import issue

This commit is contained in:
Fang-Pen Lin
2025-11-12 10:59:42 -08:00
parent c1938e6787
commit 45941b4cc8

View File

@@ -43,6 +43,7 @@ import {
AcmeMalformedError,
AcmeOrderNotReadyError,
AcmeServerInternalError,
AcmeUnauthorizedError,
AcmeUnsupportedIdentifierError
} from "./pki-acme-errors";
import { buildUrl, extractAccountIdFromKid, validateDnsIdentifier } from "./pki-acme-fns";