Skip to content

Commit

Permalink
filter history based on update_date
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed May 9, 2024
1 parent 4118637 commit 9ac6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/v1/services/external-consumer-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const externalConsumerService = {
pay_transparency_company: true,
},
where: {
create_date: {
update_date: {
gte: convert(startDt).toDate(),
lte: convert(endDt).toDate(),
},
Expand Down

0 comments on commit 9ac6967

Please sign in to comment.