Open
Description
I removed a step from a campaign, but now I get the following error in the background cron job:
NoMethodError: undefined method `action' for nil:NilClass
It's happening at this line:
def perform(_campaign, user, step)
step.action.new(user: user, step: step).deliver_now
end
step
is nil, so this fails.