Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsienkiewicz committed Feb 1, 2024
1 parent 5ff05c4 commit 5c40e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xtb_client/streaming_socket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule XtbClient.StreamingSocket do
"""
@callback handle_message(
token :: StreamingMessage.token(),
token :: StreamingMessage.t(),
message :: struct(),
metadata :: metadata()
) :: :ok
Expand Down

0 comments on commit 5c40e95

Please sign in to comment.