Sounds like the arrow is spawned on top of the enemy.
Either set the enemies immune during the shooting (disable collisions, wait 1, enable collisions) or have the arrow object created outside of the enemy hitbox.
You could also make the hitbox for the enemy bend around where you spawn the arrow as well, but that might be weird.