Closed dphaener closed 10 years ago
The proc that is being passed in to the response_handler is using 'return list' which breaks out the map method in the response handler, thus only returning one todo list. Removing the return in that proc solves this problem.
I believe this to be fixed with 0.1.1. Sorry about that!
The proc that is being passed in to the response_handler is using 'return list' which breaks out the map method in the response handler, thus only returning one todo list. Removing the return in that proc solves this problem.