Skip to content

Commit 5d8ca28

Browse files
authored
chore: add dates to select (#3265)
1 parent 6841f6b commit 5d8ca28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/opportunity/pubsub.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export const notifyCandidateOpportunityMatchRejected = async ({
251251

252252
const match = await queryReadReplica(con, async ({ queryRunner }) => {
253253
return queryRunner.manager.getRepository(OpportunityMatch).findOne({
254-
select: ['opportunityId', 'userId'],
254+
select: ['opportunityId', 'userId', 'createdAt', 'updatedAt'],
255255
where: { opportunityId: data.opportunityId, userId: data.userId },
256256
});
257257
});

0 commit comments

Comments
 (0)