-
@splattael Yes, thanks. That's what I get for refactoring inside the snippet. :)
Please register or sign in to comment
Line 26 should read:
- return puts response.body if response.code = 200
+ return puts response.body if response.code == 200
@splattael Yes, thanks. That's what I get for refactoring inside the snippet. :)