Skip to content

Commit e9287b9

Browse files
committed
chore: staged changes
1 parent a2e9724 commit e9287b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helpers/getNextConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const getNextConfig = async function (publishPath, failBuild = defaultFailBuild)
1818
}
1919
}
2020

21-
const moizedGetNextConfig = moize(getNextConfig(publishPath), { maxSize: 1e3, isPromise: true })
21+
const moizedGetNextConfig = moize(getNextConfig, { maxSize: 1e3, isPromise: true })
2222

2323
const defaultFailBuild = function (message, { error }) {
2424
throw new Error(`${message}\n${error.stack}`)

0 commit comments

Comments
 (0)