wip: prepare endpoints

This commit is contained in:
Carlos Valente
2023-11-22 22:30:31 +01:00
parent f39c8b46bb
commit cdca5eaad3
8 changed files with 73 additions and 58 deletions
@@ -115,7 +115,6 @@ export class HttpIntegration implements IIntegration {
}
shutdown() {
console.log('Shutting down HTTP integration');
if (this.httpAgent) {
this.httpAgent?.destroy();
this.httpAgent = null;