File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments