fix: 修复证书流水线创建失败的bug

pull/361/head
xiaojunnuo 2025-03-22 14:59:54 +08:00
parent abcd257db0
commit 736fe038eb
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export function useCertd(certdFormRef: any) {
await checkPipelineLimit();
certdFormRef.value.open(async ({ form }: any) => {
const certDetail = readCertDetail(form.cert.crt);
// const certDetail = readCertDetail(form.cert.crt);
// 添加certd pipeline
const triggers = [];
if (form.triggerCron) {