mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: improve shutdown cleanup
This commit is contained in:
committed by
Carlos Valente
parent
871a6b46c8
commit
4408bdb0d3
@@ -1,3 +1,3 @@
|
||||
export interface IAdapter {
|
||||
shutdown: () => void;
|
||||
shutdown: () => Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user