Skip to content

Commit

Permalink
update store to keyval
Browse files Browse the repository at this point in the history
May change later
  • Loading branch information
Cattn committed Nov 14, 2024
1 parent 5cee0bc commit 66f25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class SDK {

// todo future: Store DB somewhere, no need to reference store every time, can just use .get(key)
create: () => {
let db = IDB.createDB(this.id)
let db = IDB.createKeyval(this.id)
return db
},

Expand Down

0 comments on commit 66f25b4

Please sign in to comment.