Skip to content

Commit 8edfc0f

Browse files
committed
fix: ignore migrations
1 parent 4596d0a commit 8edfc0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
1313
const {
1414
hasWithFallback,
1515
getWithFallback
16+
// @ts-ignore
1617
} = require('ipfs-repo-migrations/src/utils')
1718

1819
const configKey = new Key('config')

src/version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
88
const {
99
hasWithFallback,
1010
getWithFallback
11+
// @ts-ignore
1112
} = require('ipfs-repo-migrations/src/utils')
1213

1314
const versionKey = new Key('version')

0 commit comments

Comments
 (0)