Skip to content

Conversation

rishabhtc
Copy link
Collaborator

No description provided.

@rishabhtc rishabhtc requested a review from vas3a October 7, 2025 11:05
basePayment: _.isNil(r.basePayment) ? null : Number(r.basePayment),
incrementalPayment: _.isNil(r.incrementalPayment) ? null : Number(r.incrementalPayment),
aiWorkflowId: r.aiWorkflowId,
createdAt: new Date(Date.now() + index),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable index is used here but it is not defined within the scope of this function. Ensure that index is defined and accessible in this context, or consider passing it as a parameter if it is intended to be dynamic.

Copy link
Collaborator

@vas3a vas3a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a bit hacky but should do the trick

@rishabhtc rishabhtc merged commit 6b5fef9 into develop Oct 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants