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

Commit 35b355f

Browse files
committed
DEV: lint file
1 parent f34e1b4 commit 35b355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/regular/assign_notification.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
8+
99
Assignment.find(args[:assignment_id]).create_missing_notifications!
1010
end
1111
end

0 commit comments

Comments
 (0)