Okay just back away from turbo for a bit, I think there was too much
Build and Publish Docker Container / build (push) Successful in 5m22s
Build and Publish Docker Container / build (push) Successful in 5m22s
This commit is contained in:
@@ -88,7 +88,7 @@ class ScrapeTogglJob < ApplicationJob
|
||||
associated_toggl_entry_id: entry['time_entries'][0]['id'],
|
||||
)
|
||||
|
||||
lecture.broadcast_update
|
||||
# broadcast_update_to lecture, :lectures
|
||||
elsif (lecture_title_match = entry_title.match(review_regex)) and (lecture = lectures.find_by(title: lecture_title_match[1]))
|
||||
lecture.tracked_time_entries.create!(
|
||||
kind: :review,
|
||||
@@ -96,7 +96,7 @@ class ScrapeTogglJob < ApplicationJob
|
||||
associated_toggl_entry_id: entry['time_entries'][0]['id'],
|
||||
)
|
||||
|
||||
lecture.broadcast_update
|
||||
# broadcast_update_to lecture, :lectures
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user