mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
remove connection status from lib
This commit is contained in:
committed by
Aiden McClelland
parent
eb4a24e797
commit
d84752007d
@@ -27,9 +27,3 @@ export interface DBCache<T>{
|
||||
sequence: number,
|
||||
data: T | { }
|
||||
}
|
||||
|
||||
export enum ConnectionStatus {
|
||||
Initializing = 'initializing',
|
||||
Connected = 'connected',
|
||||
Disconnected = 'disconnected',
|
||||
}
|
||||
Reference in New Issue
Block a user