DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

MappingDefinition cannot handle fromType:"Bool->tink.CoreApi.Promise<swagger.model.BalanceResponse>" #250

Closed aismagulov closed 6 years ago

aismagulov commented 6 years ago

Flow mapping: mapping({fromType: "Bool->tink.CoreApi.Promise<swagger.model.BalanceResponse>", toValue: balanceModel.fetchBalance})

Module mappting: @Dependency(var _:Bool->Promise<BalanceResponse>)

Error: Missing mappings:[Bool->tink.CoreApi.BalanceResponse>|]

Which is especially strange, because there is no tink.CoreApi.BalanceResponse class mentioned anywhere.

aliokan commented 6 years ago

fixed with DoclerLabs/hexCore@14d09b000e07ef334bf9935424b6509d806d6227