Skip to content

Commit

Permalink
chore(gatsby-source-wordpress): remove warning about multiple plugin …
Browse files Browse the repository at this point in the history
…instances (#38241) (#38242)

Co-authored-by: Matt Kane <m@mk.gg>
  • Loading branch information
ViCo0TeCH and ascorbic committed Jun 15, 2023
1 parent 5089f0d commit af202af
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion packages/gatsby-source-wordpress/src/gatsby-node.ts
Expand Up @@ -5,7 +5,6 @@ exports.onPluginInit = runApiSteps(
[
steps.setGatsbyApiToState,
steps.setErrorMap,
steps.tempPreventMultipleInstances,
steps.setRequestHeaders,
steps.hideAuthPluginOptions,
],
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-source-wordpress/src/steps/index.ts
Expand Up @@ -8,7 +8,6 @@ export { setImageNodeIdCache } from "~/steps/set-image-node-id-cache"
export { startPollingForContentUpdates } from "~/steps/source-nodes/update-nodes/content-update-interval"
export { checkIfSchemaHasChanged } from "~/steps/ingest-remote-schema/diff-schemas"
export { setErrorMap } from "~/steps/set-error-map"
export { tempPreventMultipleInstances } from "~/steps/temp-prevent-multiple-instances"

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

Expand Down

This file was deleted.

0 comments on commit af202af

Please sign in to comment.