Skip to content

Commit 636b0af

Browse files
committed
loki local storage adapter
1 parent d12c21c commit 636b0af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/bouncer/db/loki-db.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ module.exports = class LokiDb extends IDb {
2424
this.error = null
2525
}
2626

27+
static get LokiLocalStorageAdapter(){
28+
return Loki.LokiLocalStorageAdapter
29+
}
30+
2731

2832
async start(){
2933

0 commit comments

Comments
 (0)