Skip to content

Commit 7b5c70e

Browse files
committed
Fix cert renewal backend bug after refactor
1 parent e4d9f48 commit 7b5c70e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/internal/certificate.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,8 @@ const internalCertificate = {
969969
object_id: updatedCertificate.id,
970970
meta: updatedCertificate,
971971
});
972+
973+
return updatedCertificate;
972974
} else {
973975
throw new error.ValidationError(
974976
"Only Let'sEncrypt certificates can be renewed",

0 commit comments

Comments
 (0)