We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f49c0 commit 8de89bbCopy full SHA for 8de89bb
README.md
@@ -189,7 +189,7 @@ defmodule MutationController do
189
)
190
|> Writer.apply(transaction, Repo, format: Format.TanstackDB)
191
192
- render(conn, :mutations, txid: txid)
+ json(conn, txid: txid)
193
end
194
195
```
lib/phoenix/sync/writer.ex
@@ -51,7 +51,7 @@ defmodule Phoenix.Sync.Writer do
51
format: Format.TanstackDB
52
53
54
55
56
57
0 commit comments