Skip to content

Commit

Permalink
Merge pull request #144 from dxw/fix/productive-api-requests
Browse files Browse the repository at this point in the history
Explicitly include event data
  • Loading branch information
jdudley1123 authored Sep 5, 2024
2 parents 4ba0a63 + 528413b commit 4a268fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/productive_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def bookings(person_id:, after:)
event_id: event_ids.values,
after: after
)
.includes(:event)
.all
end
memo_wise :bookings
Expand Down

0 comments on commit 4a268fa

Please sign in to comment.