aboutsummaryrefslogtreecommitdiffstats
path: root/app.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app.rb')
-rw-r--r--app.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.rb b/app.rb
index 286a4d9..ec69974 100644
--- a/app.rb
+++ b/app.rb
@@ -60,7 +60,7 @@ class App < Sinatra::Base
when "twitter_event_stream_message"
when "tweet_create_events"
queue << data.map { |object| JSON.generate(object) }.join("\r\n")
- when "favorites_events"
+ when "favorite_events"
queue << data.map { |object|
JSON.generate({
"event" => "favorite",