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 just compiled my project to include forcex and got the following warning:
warning: function process_response/1 required by behaviour HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http)
lib/forcex/api/http.ex:1: Forcex.Api.Http (module)
The text was updated successfully, but these errors were encountered:
I just compiled my project to include forcex and got the following warning:
warning: function process_response/1 required by behaviour HTTPoison.Base was implemented as "defp" but should have been "def" (in module Forcex.Api.Http)
lib/forcex/api/http.ex:1: Forcex.Api.Http (module)
The text was updated successfully, but these errors were encountered: