Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bpabel committed Jan 17, 2020
1 parent ee42750 commit 23032b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketchat/rocketchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ class RocketChat(object):
validateInviteToken = APIPath("validateInviteToken", "POST")

livechat = APIPath("livechat", None)
livechat.inquiries = APIPath("livechat/inquiries", None)
livechat.inquiries.list = APIPath("livechat/inquiries.list")
livechat.inquiries.take = APIPath("livechat/inquiries.take", "POST")
livechat.rooms = APIPath("livechat/rooms")
Expand Down

0 comments on commit 23032b2

Please sign in to comment.