Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit f34e1b4

Browse files
committed
DEV: add empty line after early return
1 parent 65a48ee commit f34e1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/jobs/regular/assign_notification.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ class AssignNotification < ::Jobs::Base
55
def execute(args)
66
raise Discourse::InvalidParameters.new(:assignment_id) if args[:assignment_id].nil?
77
return if SilencedAssignment.exists?(assignment_id: args[:assignment_id])
8+
89
Assignment.find(args[:assignment_id]).create_missing_notifications!
910
end
1011
end

0 commit comments

Comments
 (0)