mpyw / axios-case-converter

Axios transformer/interceptor that converts snake_case/camelCase
MIT License
160 stars 18 forks source link

looks like uuids are behaving weird #63

Open ricardofabila opened 7 months ago

ricardofabila commented 7 months ago

Looks like when a uuid is received in a request as a key, funny stuff happens sometimes.

This is what is expected of it:

000_000_aaa_000 => 000-000-aaa-000

However, it sometimes does stuff like:

000_000_aaa_000 => 000-000-aAa-000 000_000_aaa_000 => 000-000aaa000