misinput whoops

This commit is contained in:
Echo
2025-08-08 22:26:05 -04:00
parent e30e9862a7
commit 1ec6377779

View File

@@ -34,7 +34,7 @@ class LeaderboardUpdateJob < ApplicationJob
board = ::Leaderboard.find_or_create_by!(
start_date: date,
period_type: period,
timezone_offset: nil
timezone_utc_offset: nil
) do |lb|
lb.finished_generating_at = nil
end