Commit d305d15b authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix Mattermost client

parent 0d224376
...@@ -9,7 +9,7 @@ module Mattermost ...@@ -9,7 +9,7 @@ module Mattermost
private private
def with_session(&blk) def with_session(&blk)
Session.new(user).with_session(&blk) Mattermost::Session.new(user).with_session(&blk)
end end
def json_get(path, options = {}) def json_get(path, options = {})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment