diff --git a/packages/gatsby/src/redux/reducers/type-owners.ts b/packages/gatsby/src/redux/reducers/type-owners.ts index 3a4dd902a8408..8c25476fb811a 100644 --- a/packages/gatsby/src/redux/reducers/type-owners.ts +++ b/packages/gatsby/src/redux/reducers/type-owners.ts @@ -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