mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 03:13:47 +00:00
wip: prepare endpoints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user