chore: honor new ash protocol

This commit is contained in:
Zach Daniel 2022-12-09 02:26:18 -05:00
parent 74ab72cbcb
commit 3c48f83fcc

View file

@ -671,7 +671,7 @@ defmodule AshBlog.DataLayer do
end
@impl true
def transaction(resource, fun, _timeout) do
def transaction(resource, fun, _timeout, _) do
tx_identifiers = tx_identifiers(resource)
all_in_transaction(tx_identifiers, fn ->