mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
updates to bootstrapper
This commit is contained in:
committed by
Aiden McClelland
parent
9ad59a4d1a
commit
416d622df4
@@ -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