Skip to content

Commit 14a21cc

Browse files
Laurie BarthLaurie Barth
authored andcommitted
missed a copy paste
1 parent d653c5e commit 14a21cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-theme-ui/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const prismPresetDictionary = require(`./utils/preset-dictionary`)
22

3-
exports.onPreInit = (__, options) => {
3+
exports.onPreInit = ({ reporter }, options) => {
44
if (prismPreset in prismPresetDictionary) {
55
prismPreset = prismPresetDictionary[prismPreset]
66
}

0 commit comments

Comments
 (0)