Skip to content

Commit f4a6b32

Browse files
authored
remove coding_only from scope
1 parent d9cd8f0 commit f4a6b32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/test_wakatime_service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
class TestWakatimeService
44
def initialize(user: nil, specific_filters: [], allow_cache: true, limit: 10, start_date: nil, end_date: nil, scope: nil, boundary_aware: false)
55
@scope = scope || Heartbeat.all
6-
@scope = @scope.coding_only
6+
# trusting time from hackatime extensions.....
7+
# @scope = @scope.coding_only
78
@scope = @scope.with_valid_timestamps
89
@user = user
910
@boundary_aware = boundary_aware

0 commit comments

Comments
 (0)