You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the strcase library to transform identifiers between upper/lower camel case, snake case, and so on. Unfortunately it's not quite what we want. eg.
JWT => jWT (should be jwt)
RFQRequest => RFQRequest (should be rfqRequest)
The text was updated successfully, but these errors were encountered:
We use the strcase library to transform identifiers between upper/lower camel case, snake case, and so on. Unfortunately it's not quite what we want. eg.
The text was updated successfully, but these errors were encountered: