Skip to content

Commit

Permalink
fixed error for fireproof package tesrt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Soni authored and Dhruv Soni committed May 1, 2024
1 parent c2632b0 commit 80dd27d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/encrypted-blockstore/src/store-remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import { type Loadable, type Loader } from './loader'
import {
DataStore as DataStoreBase,
MetaStore as MetaStoreBase,
} from './store'
import {
RemoteWAL as RemoteWALBase,
WALState
} from './index'
} from './remote-wal'
import { Connection } from './connection'
import { validateDataParams, validateMetaParams } from '.'
import { format, parse, ToString } from '@ipld/dag-json'
Expand Down

0 comments on commit 80dd27d

Please sign in to comment.