Skip to content

Commit

Permalink
feat: groupId object 이슈가..
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoxong committed May 27, 2024
1 parent 1460df8 commit ab2e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/event.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class EventRepository {
$and: [
{ $gte: ['$timestamp', '$$startDate'] },
{ $lte: ['$timestamp', '$$endDate'] },
{ $eq: ['$metadata.groupId', groupId] },
{ $eq: ['$metadata.groupId', String(groupId)] },
{ $eq: ['$metadata.name', '$$member_name'] },
{ $eq: ['$metadata.amount', '$$fee_amount'] },
],
Expand Down

0 comments on commit ab2e838

Please sign in to comment.