mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 03:43:50 +00:00
chore: cleanup linter (#797)
This commit is contained in:
@@ -60,7 +60,9 @@ export class HttpIntegration implements IIntegration<HttpSubscription> {
|
||||
});
|
||||
}
|
||||
|
||||
shutdown() {}
|
||||
shutdown() {
|
||||
/** shutdown is a no-op here*/
|
||||
}
|
||||
}
|
||||
|
||||
export const httpIntegration = new HttpIntegration();
|
||||
|
||||
Reference in New Issue
Block a user