mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 18:31:53 +00:00
updates to bootstrapper
This commit is contained in:
committed by
Aiden McClelland
parent
e210d24754
commit
91b053a6a0
@@ -18,9 +18,4 @@ export class MockBootstrapper<T> implements Bootstrapper<T> {
|
||||
this.sequence = cache.sequence
|
||||
this.data = cache.data
|
||||
}
|
||||
|
||||
async clear (): Promise<void> {
|
||||
this.sequence = 0
|
||||
this.data = { } as T
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user