Skip to content

Commit 3ecd66f

Browse files
committed
fix: order opps by time
1 parent beae812 commit 3ecd66f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cio.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export const identifyUserOpportunities = async ({
166166
status: OpportunityMatchStatus.Pending,
167167
},
168168
select: ['opportunityId'],
169+
order: { createdAt: 'ASC' },
169170
});
170171
await cio.identify(userId, {
171172
opportunities: opportunities.map(

0 commit comments

Comments
 (0)