Skip to content

Commit

Permalink
Merge pull request #10 from chrislaskey/third-warnings
Browse files Browse the repository at this point in the history
Reducing warnings
  • Loading branch information
chrislaskey authored Nov 9, 2021
2 parents 500cf75 + b76cdc1 commit 4de961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assoc/updater.ex
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defmodule Assoc.Updater do
Create and update associated records.
"""
@spec update_associations(map(), struct() | {:ok, struct()}, map()) ::
{:ok, Map.t()} | {:error, String.t()}
{:ok, map()} | {:error, String.t()}
def update_associations(repo, {:ok, parent}, params),
do: update_associations(repo, parent, params)

Expand Down

0 comments on commit 4de961f

Please sign in to comment.