Skip to content

Commit

Permalink
feat: event 거래내역 timestamp 추가 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoxong authored May 19, 2024
1 parent 844533e commit 36e21f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event/event.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export class EventRepository {
$project: {
_id: 0,
member: '$member_info',
timestamp: '$transaction_info.timestamp',
isPaid: 1,
},
},
Expand Down

0 comments on commit 36e21f7

Please sign in to comment.