chore: fix more syntax errors

This commit is contained in:
Zach Daniel 2023-09-27 13:00:40 -04:00
parent e23c12c1c1
commit 00a582fbc1

View file

@ -382,10 +382,10 @@ defmodule Ash.Api do
doc:
"The identity to use when detecting conflicts for `upsert?`, e.g. `upsert_identity: :full_name`. By default, the primary key is used. Has no effect if `upsert?: true` is not provided"
],
context: %{
context: [
type: :map,
doc: "Context to set on each changeset"
},
],
upsert_fields: [
type: {:list, :atom},
doc: