lib/botfly/responder/subscription_request_responder.rb in botfly-0.3.0 vs lib/botfly/responder/subscription_request_responder.rb in botfly-0.3.1

- old
+ new

@@ -11,7 +11,8 @@ def accept @bot.roster.accept_subscription(@from) end def decline @bot.roster.decline_subscription(@from) + end end end \ No newline at end of file