summaryrefslogtreecommitdiff
path: root/lib/polyjuice/client/endpoint/post_join.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/polyjuice/client/endpoint/post_join.ex')
-rw-r--r--lib/polyjuice/client/endpoint/post_join.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/polyjuice/client/endpoint/post_join.ex b/lib/polyjuice/client/endpoint/post_join.ex
index 6689f59..00d3669 100644
--- a/lib/polyjuice/client/endpoint/post_join.ex
+++ b/lib/polyjuice/client/endpoint/post_join.ex
@@ -44,7 +44,7 @@ defmodule Polyjuice.Client.Endpoint.PostJoin do
e = &URI.encode_www_form/1
body =
- Poison.encode!(
+ Jason.encode!(
if third_party_signed do
%{"third_party_signed" => third_party_signed}
else