Skip to content

Commit

Permalink
fix: ignore migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 2, 2021
1 parent 4596d0a commit 8edfc0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
const {
hasWithFallback,
getWithFallback
// @ts-ignore
} = require('ipfs-repo-migrations/src/utils')

const configKey = new Key('config')
Expand Down
1 change: 1 addition & 0 deletions src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const uint8ArrayFromString = require('uint8arrays/from-string')
const {
hasWithFallback,
getWithFallback
// @ts-ignore
} = require('ipfs-repo-migrations/src/utils')

const versionKey = new Key('version')
Expand Down

0 comments on commit 8edfc0f

Please sign in to comment.