Skip to content

Commit 1ec6377

Browse files
committed
misinput whoops
1 parent e30e986 commit 1ec6377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/leaderboard_update_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def build_global(date, period)
3434
board = ::Leaderboard.find_or_create_by!(
3535
start_date: date,
3636
period_type: period,
37-
timezone_offset: nil
37+
timezone_utc_offset: nil
3838
) do |lb|
3939
lb.finished_generating_at = nil
4040
end

0 commit comments

Comments
 (0)