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
I am using elixir-mongodb which relies on this lib, now by default this returns maps with atom keys, I however would like it to return maps with string keys. So I added the following configuration:
Hi,
I am using elixir-mongodb which relies on this lib, now by default this returns maps with atom keys, I however would like it to return maps with string keys. So I added the following configuration:
In the console I can check that it is loaded correctly:
But when I execute the following I still get atom keys:
From looking at the code I should be doing what I am doing, but obviously I am doing something wrong.
The text was updated successfully, but these errors were encountered: