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
Should we instead be passing Map.get(struct, field)? Seems more appropriate.
It seems like there's a good probability for one field like "status", you might need other fields from the strict to derive or calculate beyond just a single field.
Something like this is possible:
But it's weird that the full struct is passed in to that function:
solicit/lib/response.ex
Lines 542 to 543 in fdbaeeb
Should we instead be passing
Map.get(struct, field)
? Seems more appropriate.The text was updated successfully, but these errors were encountered: