Skip to content

Commit

Permalink
Fix delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nathmisaki committed Jul 13, 2016
1 parent cae826b commit d766245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qblox/user.rb
Expand Up @@ -74,7 +74,7 @@ def create_dialog(attrs = {})
Qblox::Dialog.new(data)
end

def delete_dialog(chat_dialog_id, options: {})
def delete_dialog(chat_dialog_id, options = {})
Qblox::Api::Dialog.new(token: token).delete(chat_dialog_id, options)
end

Expand Down

0 comments on commit d766245

Please sign in to comment.