mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-06 09:23:38 +00:00
Use correct var when returning updated certificate
This commit is contained in:
@@ -766,7 +766,7 @@ const internalCertificate = {
|
||||
meta: updated_certificate
|
||||
})
|
||||
.then(() => {
|
||||
return certificate;
|
||||
return updated_certificate;
|
||||
});
|
||||
})
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user