Skip to content

Commit

Permalink
reinsert accidentally removed ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Nov 9, 2023
1 parent 2e13b42 commit 3282473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapeo-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export class MapeoManager extends TypedEmitter {

if (typeof coreStorage === 'string') {
const pool = new RandomAccessFilePool(MAX_FILE_DESCRIPTORS)
// @ts-expect-error
this.#coreStorage = Hypercore.defaultStorage(coreStorage, { pool })
} else {
this.#coreStorage = coreStorage
Expand Down

0 comments on commit 3282473

Please sign in to comment.