fix: Grr
This commit is contained in:
parent
ffb7dc4ec2
commit
9469f148ff
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ export async function removeProxyConfiguration({ domain }) {
|
|||
.json();
|
||||
await completeTransaction(transactionId);
|
||||
}
|
||||
await forceSSLOffApplication(domain);
|
||||
await forceSSLOffApplication({ domain });
|
||||
await removeWwwRedirection(domain);
|
||||
}
|
||||
export async function forceSSLOffApplication({ domain }) {
|
||||
|
|
@ -577,7 +577,7 @@ export async function configureSimpleServiceProxyOff({ domain }) {
|
|||
.json();
|
||||
await completeTransaction(transactionId);
|
||||
} catch (error) {}
|
||||
await forceSSLOffApplication(domain);
|
||||
await forceSSLOffApplication({ domain });
|
||||
await removeWwwRedirection(domain);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue