Skip to content

Commit

Permalink
[skip-ci] Nitpick : missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
goulvench committed Feb 17, 2025
1 parent f3c7394 commit 18db6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/schedule_checks_job.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ScheduleChecksJob< ApplicationJob
class ScheduleChecksJob < ApplicationJob
def perform
Check.to_schedule.find_each do |check|
Check.transaction do
Expand Down

0 comments on commit 18db6be

Please sign in to comment.