Skip to content

Commit

Permalink
Fix problem with different params struct for same result
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sienkiewicz committed Nov 23, 2023
1 parent cf89b5c commit f04ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xtb_client/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ defmodule XtbClient.Connection do
{:response, ref, %RateInfos{data: data} = resp} = _message,
%State{clients: clients} = state
) do
{_client, _method, %{info: %ChartRange.Query{symbol: symbol}}} = Map.get(clients, ref)
{_client, _method, %{info: %{symbol: symbol}}} = Map.get(clients, ref)

resp = %RateInfos{
resp
Expand Down

0 comments on commit f04ed74

Please sign in to comment.