Skip to content

Commit 87d83a6

Browse files
committed
chore: fix dialyzer error
1 parent d01086d commit 87d83a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/ash/embeddable_type.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -741,12 +741,6 @@ defmodule Ash.EmbeddableType do
741741

742742
{:not_atomic, msg} ->
743743
{:not_atomic, msg}
744-
745-
_ ->
746-
{:not_atomic,
747-
"""
748-
Embedded attributes do not support atomic updates unless they have no primary key, or `constraints[:on_update]` is set to `:replace`, or the update action accepts all public attributes and has no changes.
749-
"""}
750744
end
751745
end
752746
end

0 commit comments

Comments
 (0)