fix: Haproxy errors

This commit is contained in:
Andras Bacsai
2022-04-01 00:07:29 +02:00
parent 726fbbb52a
commit f6a91cb53c
4 changed files with 3 additions and 13 deletions

View File

@@ -5,7 +5,6 @@ export default async function () {
try {
return await configureHAProxy();
} catch (error) {
console.log(error.response?.body || error);
return ErrorHandler(error.response?.body || error);
}
}