Tidy up homepage and navigation
This commit is contained in:
@@ -15,7 +15,6 @@ class EventNormalizationJob < ApplicationJob
|
||||
events = Event.where(request_host_id: nil)
|
||||
.limit(batch_size)
|
||||
.offset(offset)
|
||||
.includes(:project)
|
||||
|
||||
break if events.empty?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user