Skip to content

Commit

Permalink
Remove part of reliefweb_job_tagger_node_presave
Browse files Browse the repository at this point in the history
  • Loading branch information
attiks committed Dec 10, 2024
1 parent 911276b commit 45fccc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ function reliefweb_job_tagger_node_presave(EntityInterface $node) {
return;
}

if ($node instanceof Node) {
if (!$node instanceof Node) {
return;
}
}
Expand Down

0 comments on commit 45fccc8

Please sign in to comment.