Skip to content

Commit

Permalink
Fix count and percent operations for actor gields
Browse files Browse the repository at this point in the history
  • Loading branch information
ijreilly committed Jan 15, 2025
1 parent 9207393 commit 0b7c37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getSubfieldsForAggregateOperation = (
case FieldMetadataType.LINKS:
return ['primaryLinkUrl'];
case FieldMetadataType.ACTOR:
return ['workspaceMemberId'];
return ['workspaceMemberId', 'source'];
case FieldMetadataType.EMAILS:
return ['primaryEmail'];
case FieldMetadataType.PHONES:
Expand Down

0 comments on commit 0b7c37b

Please sign in to comment.