Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
devchakraborty committed Jun 8, 2016
1 parent c8e5a48 commit 5e8e145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facebook/messenger/incoming.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Incoming
'delivery' => Delivery,
'postback' => Postback,
'optin' => Optin,
'read' => Read,
'read' => Read
}.freeze

# Parse the given payload.
Expand Down

0 comments on commit 5e8e145

Please sign in to comment.