Closed rawfalafel closed 5 years ago
Code in question is in contractsSaga.js here and here.
contractsSaga.js
Should these have a yield in front? The call is always returning true, leading to bugs when the last parameter is an object.
yield
Thanks for reporting this @rawfalafel! call returns an object which is truthy. Would appreciate a PR if you tackled this already.
call
Cool! I submitted a PR, although they're missing tests.
Code in question is in
contractsSaga.js
here and here.Should these have a
yield
in front? The call is always returning true, leading to bugs when the last parameter is an object.