Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhowarth committed Dec 3, 2016
1 parent f0d4113 commit 4287d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex/loqui/lib/loqui/cowboy_protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ defmodule Loqui.CowboyProtocol do
do_send(state, Frames.pong(@empty_flags, seq))
{:ok, state}
end
defp handle_request({:pong, _flags, seq}, state) do
defp handle_request({:pong, _flags, _seq}, state) do
{:ok, %{state | pong_received: true}}
end
defp handle_request({:request, _flags, seq, request}, state) do
Expand Down

0 comments on commit 4287d92

Please sign in to comment.