Fix renamed function call

This commit is contained in:
Johannes Zellner
2021-09-21 18:58:18 +02:00
parent 0cfc3e03bb
commit 737412653f

View File

@@ -1421,7 +1421,7 @@ async function setCertificate(app, data, auditSource) {
if (error) throw error;
}
await reverseProxy.setAppCertificateSync(location, domainObject, { cert, key });
await reverseProxy.setAppCertificate(location, domainObject, { cert, key });
await eventlog.add(eventlog.ACTION_APP_CONFIGURE, auditSource, { appId, app, cert, key });
}