Skip to content

Commit

Permalink
🚨 Fix dialyzer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdesousa committed Nov 30, 2023
1 parent 01b747c commit fba6c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ayesql/runner.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ defmodule AyeSQL.Runner do
# Handles the result.
@doc false
@spec handle_result(map()) :: [map() | struct() | keyword()]
@spec handle_result(map(), keyword()) :: [map() | struct() | keyword()]
@spec handle_result(map(), map() | keyword()) ::
[map() | struct() | keyword()]
def handle_result(result, options \\ [])

def handle_result(data, options) when is_list(options) do
Expand Down

0 comments on commit fba6c2c

Please sign in to comment.