Skip to content

Commit af202af

Browse files
gatsbybotascorbic
andauthored
chore(gatsby-source-wordpress): remove warning about multiple plugin instances (#38241) (#38242)
Co-authored-by: Matt Kane <[email protected]>
1 parent 5089f0d commit af202af

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

packages/gatsby-source-wordpress/src/gatsby-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exports.onPluginInit = runApiSteps(
55
[
66
steps.setGatsbyApiToState,
77
steps.setErrorMap,
8-
steps.tempPreventMultipleInstances,
98
steps.setRequestHeaders,
109
steps.hideAuthPluginOptions,
1110
],

packages/gatsby-source-wordpress/src/steps/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export { setImageNodeIdCache } from "~/steps/set-image-node-id-cache"
88
export { startPollingForContentUpdates } from "~/steps/source-nodes/update-nodes/content-update-interval"
99
export { checkIfSchemaHasChanged } from "~/steps/ingest-remote-schema/diff-schemas"
1010
export { setErrorMap } from "~/steps/set-error-map"
11-
export { tempPreventMultipleInstances } from "~/steps/temp-prevent-multiple-instances"
1211

1312
export { onPreExtractQueriesInvokeLeftoverPreviewCallbacks } from "./preview/cleanup"
1413

packages/gatsby-source-wordpress/src/steps/temp-prevent-multiple-instances.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)