We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1257f29 commit da8792bCopy full SHA for da8792b
app/services/exports/create.rb
@@ -13,9 +13,9 @@ def call
13
14
pp "====Exporting data for #{user.email} from #{start_at} to #{end_at}"
15
16
- points = time_framed_points
+ points = time_framed_points
17
18
- pp "====Exporting #{points.count} points"
+ pp "====Exporting #{points.size} points"
19
20
data = ::ExportSerializer.new(points, user.email).call
21
file_path = Rails.root.join('public', 'exports', "#{export.name}.json")
0 commit comments