Skip to content

Commit

Permalink
adjust cache-resilience to import from lmdb
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 25, 2022
1 parent 92799c3 commit 34d1fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/cache-resilience/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const v8 = require(`v8`)
const glob = require(`glob`)
const path = require(`path`)
const _ = require(`lodash`)
const { open } = require(`lmdb-store`)
const { open } = require(`lmdb`)

const { saveState } = require(`gatsby/dist/redux/save-state`)

Expand Down

0 comments on commit 34d1fc5

Please sign in to comment.