Answer Sheet Submissions - Parent ID Feature Specification#105
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
||
| // Transform parent_id to parentId for camelCase consistency | ||
| const transformedResult = result.map(row => { | ||
| if (row.parent_id !== undefined) { |
There was a problem hiding this comment.
@Sourav-Tekdi Not needed this. You add parentId in camel case in database as well as code
|



No description provided.