Skip to content

Commit

Permalink
fixed typo in scheduling vote cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oaphi committed Jan 3, 2025
1 parent c1cbe8f commit b317c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
runner 'scripts/cleanup_drafts.rb'
end

every 1.day, ay: '02.25' do
every 1.day, at: '02:25' do
runner 'scripts/cleanup_votes.rb'
end

Expand Down

0 comments on commit b317c40

Please sign in to comment.