Skip to content

Commit

Permalink
Update activityReports query
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Mar 10, 2021
1 parent 81d795b commit 2f612d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/activityReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export function activityReports(readRegions, {
include: [
{
model: ActivityRecipient,
attributes: ['id', 'name', 'activityRecipientId'],
attributes: ['id', 'name', 'activityRecipientId', 'grantId', 'nonGranteeId'],
as: 'activityRecipients',
required: false,
include: [
Expand Down

0 comments on commit 2f612d9

Please sign in to comment.