You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rathboma thanks for reporting. Do you think there were some active jobs for that step when the change that removed it was deployed? We should probably add a guard for that. 🤔
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:
heya//lib/heya/campaigns/step_action_job.rb
Line 11 in f472417
step
is nil, so this fails.The text was updated successfully, but these errors were encountered: