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 abc1c35 commit 9b010e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/cache-resilience/gatsby-node.js
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 9b010e6

Please sign in to comment.