-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(unidirectional-camel-case): Make seatool non-case sensitive when writing to opensearch #958
Conversation
lib/packages/shared-types/opensearch/main/transforms/seatool.ts
Outdated
Show resolved
Hide resolved
…rise-CMCS/macpro-mako into unidirectional-camel-case
Coverage Report
File Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks, good
name: `${o.FIRST_NAME || ""} ${o.LAST_NAME || ""}`, | ||
email: o.EMAIL || "", | ||
})) | ||
name: `${o.FIRST_NAME} ${o.LAST_NAME}`, | ||
email: o.EMAIL, | ||
})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change lines 82-84 to align with what is on main. I don't think this should be different from what is on main. After that I think we are good to have this tested
🎉 This PR is included in version 1.5.0-val.105 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎫 Linked Ticket
Ticket to close
💬 Description / Notes
🛠 Changes
📸 Screenshots / Demo