Skip to content

Commit 9899040

Browse files
committed
fix typo
1 parent 57b314e commit 9899040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/data_layer.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ defmodule AshPostgres.DataLayer do
20302030
repo.insert_all(source, ecto_changesets, opts)
20312031
end)
20322032

2033-
identity = options[:identity]
2033+
identity = options[:identity]
20342034
keys = Map.get(identity || %{}, :keys) || Ash.Resource.Info.primary_key(resource)
20352035

20362036
results_by_identity =
@@ -2043,7 +2043,7 @@ defmodule AshPostgres.DataLayer do
20432043

20442044
# if it's single the return_skipped_upsert? is handled at the
20452045
# call site https://github.com/ash-project/ash_postgres/blob/0b21d4a99cc3f6d8676947e291ac9b9d57ad6e2e/lib/data_layer.ex#L3046-L3046
2046-
if options[:return_skipped_upsert?] && !opts[:single] do
2046+
if options[:return_skipped_upsert?] && !opts[:single?] do
20472047
[changeset | _] = changesets
20482048

20492049
ash_query =

0 commit comments

Comments
 (0)