Skip to content

Commit

Permalink
Leftover from #139
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Jan 7, 2024
1 parent b6a442a commit 1f5a7c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/register/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ def notify(user, params, doi)
name.save!
end
update_status_with_alert(
params.merge(notified: true, notified_at: Time.now)
params.merge(notified: true, notified_at: Time.now),
genomics_review: false, nomenclature_review: false
) or return false
end

Expand Down

0 comments on commit 1f5a7c6

Please sign in to comment.