Skip to content

Commit

Permalink
fix(gatsby): allow touching nodes owned by another plugin (#38235) (#…
Browse files Browse the repository at this point in the history
…38238)

Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
  • Loading branch information
gatsbybot and TylerBarnes authored Jun 15, 2023
1 parent 77e4e19 commit 5089f0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/gatsby/src/redux/reducers/type-owners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ export const typeOwnersReducer = (

return typeOwners
}
case `TOUCH_NODE`: {
return setTypeOwner(action.typeName, action.plugin, typeOwners)
}
case `CREATE_NODE`: {
const { plugin, oldNode, payload: node } = action
const { owner, type } = node.internal
Expand Down

0 comments on commit 5089f0d

Please sign in to comment.