This commit is contained in:
Fang-Pen Lin
2025-12-01 15:10:42 -08:00
parent da7cc1e406
commit 33dd0ea5de

View File

@@ -978,7 +978,7 @@ export const pkiAcmeServiceFactory = ({
if (!result) {
throw new NotFoundError({ message: "ACME challenge not found" });
}
await acmeChallengeService.markChallengeAsyReady(challengeId);
await acmeChallengeService.markChallengeAsReady(challengeId);
await pkiAcmeQueueService.queueChallengeValidation(challengeId);
const challenge = (await acmeChallengeDAL.findByIdForChallengeValidation(challengeId))!;
return {