Skip to content

Commit

Permalink
Fix error for matching socket
Browse files Browse the repository at this point in the history
  • Loading branch information
Theesit (Jo) Konkaew committed Jun 21, 2018
1 parent d9dc226 commit a04175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bureaucrat/markdown_writer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ defmodule Bureaucrat.MarkdownWriter do
end
end

defp write_example({status, payload, %Phoenix.Socket{} = socket}, file) do
defp write_example({{status, payload, %Phoenix.Socket{} = socket}, _}, file) do
file
|> puts("#### Join")
|> puts("* __Topic:__ #{socket.topic}")
Expand Down

0 comments on commit a04175f

Please sign in to comment.