Open VitorTrin opened 9 months ago
Dialyzer was complaining about when the wsdl parameter was String.t(), even though the correct type according to SweetXML docs for SweetXml.parse/1 is SweetXml.xmlElement(). So I changed that and there are no more dialyzer errors
String.t()
SweetXml.parse/1
SweetXml.xmlElement()
Dialyzer was complaining about when the wsdl parameter was
String.t()
, even though the correct type according to SweetXML docs forSweetXml.parse/1
isSweetXml.xmlElement()
. So I changed that and there are no more dialyzer errors