[Cases] Remove any conversion of the API responses to camelCase
#152706
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
In the Cases UI, we convert all the responses of our APIs to
camelCase
. Doing that adds complexity to our code. We should remove the conversation and the ESLInt rule that enforce it and havesnake_case
variables in the UI.Relevant: #52284 (comment)
The text was updated successfully, but these errors were encountered: