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
Exactly what the title says, the code below will blow up when params is nil:
Req.get(Req.new([url: "/",params: opts[:query]]))
I think we should probably coalesce it into an empty map or something.
** (Protocol.UndefinedError) protocol Enumerable not implemented for nil of type Atom. This protocol is implemented for the following type(s): Date.Range, File.Stream, Function, GenEvent.Stream, HashDict, HashSet, IO.Stream, Jason.OrderedObject, List, Map, MapSet, Range, Req.Response.Async, Stream
Hi! Thanks for this great lib!
Exactly what the title says, the code below will blow up when
params
isnil
:I think we should probably coalesce it into an empty map or something.
The text was updated successfully, but these errors were encountered: