Skip to content

Commit

Permalink
CI | add :types to query_option so dialyzer is happy (#234)
Browse files Browse the repository at this point in the history
* add :types to query_option

* Update lib/ch.ex

Co-authored-by: ruslandoga <[email protected]>

---------

Co-authored-by: ruslandoga <[email protected]>
  • Loading branch information
addUsername and ruslandoga authored Jan 9, 2025
1 parent 4d85823 commit 57493ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defmodule Ch do
| {:command, Ch.Query.command()}
| {:headers, [{String.t(), String.t()}]}
| {:format, String.t()}
| {:types, [String.t() | atom | tuple]}
# TODO remove
| {:encode, boolean}
| {:decode, boolean}
Expand Down

0 comments on commit 57493ec

Please sign in to comment.