Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58906d7

Browse files
committed
Fix that
1 parent 1c30460 commit 58906d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/redux/actions/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ export function addPageDataProcessor({
336336
}),
337337
addModuleDependencyToQueryResult({
338338
moduleID: processorModuleId,
339-
path,
339+
path: queryID,
340340
}),
341341
{
342342
type: `ADD_PAGE_DATA_PROCESSOR`,

0 commit comments

Comments
 (0)