Skip to content

Commit 94d21db

Browse files
machack666David Christensen
andauthored
Update client.rb (#5)
Fix typo in variable name Co-authored-by: David Christensen <david@endpoint.com>
1 parent 53acc9b commit 94d21db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/zulip/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def register(event_types: [], narrow: [])
6464
res = JSON.parse(response.body, symbolize_names: true)
6565
[res[:queue_id], res[:last_event_id]]
6666
else
67-
raise Zulip::ResponseError, reqponse.reason_phrase
67+
raise Zulip::ResponseError, response.reason_phrase
6868
end
6969
end
7070

0 commit comments

Comments
 (0)