We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beae812 commit 3ecd66fCopy full SHA for 3ecd66f
1 file changed
src/cio.ts
@@ -166,6 +166,7 @@ export const identifyUserOpportunities = async ({
166
status: OpportunityMatchStatus.Pending,
167
},
168
select: ['opportunityId'],
169
+ order: { createdAt: 'ASC' },
170
});
171
await cio.identify(userId, {
172
opportunities: opportunities.map(
0 commit comments