mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
bin/rubocop -A
This commit is contained in:
parent
c96da270d3
commit
30ec28cbb4
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ module Heartbeatable
|
|||
timeout = heartbeat_timeout_duration.to_i
|
||||
scope = with_valid_timestamps.where.not(time: nil)
|
||||
|
||||
# We calculate independent diffs for each dimension (partitioned) to replicate
|
||||
# We calculate independent diffs for each dimension (partitioned) to replicate
|
||||
# the "group(...).duration_seconds" behavior which counts parallel/overlapping time.
|
||||
sql = <<~SQL.squish
|
||||
SELECT project, language, editor, operating_system, category, time,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue