mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-02 21:02:04 +00:00
fix
This commit is contained in:
@@ -70,7 +70,7 @@ export async function deleteProxy({ id }) {
|
||||
})
|
||||
.json();
|
||||
} catch (error) {
|
||||
console.log(error.response.body);
|
||||
console.log(error.response?.body || error);
|
||||
} finally {
|
||||
if (transactionId) await completeTransaction(transactionId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user