Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jun 30, 2023
1 parent b19b32f commit 957e3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/indexed-db/merkletree.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createStore, UseStore, get, set, del } from 'idb-keyval';
import { createStore, UseStore, get, set } from 'idb-keyval';
import { IndexedDBStorage, Merkletree, str2Bytes } from '@iden3/js-merkletree';
import { IdentityMerkleTreeMetaInformation, MerkleTreeType } from '../entities/mt';
import * as uuid from 'uuid';
Expand Down

0 comments on commit 957e3db

Please sign in to comment.