diff options
author | Pierre de Lacroix <pierre@pdelacroix.com> | 2021-01-24 14:08:15 +0100 |
---|---|---|
committer | Pierre de Lacroix <pierre@pdelacroix.com> | 2021-02-25 04:37:57 +0100 |
commit | 049fdd6a10d1be0626bbd6a5d3d40a008d00c775 (patch) | |
tree | 8a4702ce589420e0df236f1cfc8defc12f3d899a | |
parent | Merge branch 'feature/ephemeral-events' into 'master' (diff) |
temporarily fix create_room typespec
-rw-r--r-- | lib/polyjuice/client/room.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/polyjuice/client/room.ex b/lib/polyjuice/client/room.ex index 7ecc02e..b31f40a 100644 --- a/lib/polyjuice/client/room.ex +++ b/lib/polyjuice/client/room.ex @@ -421,7 +421,7 @@ defmodule Polyjuice.Client.Room do @spec create_room( client_api :: Polyjuice.Client.API.t(), options :: Keyword.t() - ) :: {:ok, String.t()} | Any + ) :: {:ok, map()} | Any def create_room(client_api, options \\ []) when is_list(options) do Polyjuice.Client.API.call( client_api, |