Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-coggin committed Aug 23, 2023
1 parent 3d7a2b6 commit b8009e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/new_module_mail_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def notify_users(mod)
# @return [void]
def populate_module_releases
Training::Module.ordered.reject(&:draft?).each do |mod|
ModuleRelease.create!(release_id: Release.last.id, module_position: mod.position, name: mod.name, first_published_at: Release.last.time)
ModuleRelease.create!(release_id: Release.last.id, module_position: mod.position, name: mod.name, first_published_at: Release.last.time)
end
end

Expand Down

0 comments on commit b8009e1

Please sign in to comment.