Skip to content

Commit efc2230

Browse files
magnetisedCopilot
andauthored
Add missing quote
Co-authored-by: Copilot <[email protected]>
1 parent 3cb957a commit efc2230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/sync/live_view.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if Code.ensure_loaded?(Phoenix.Component) do
205205
Phoenix.Sync.LiveView.sync_stream(
206206
socket,
207207
:admins,
208-
table: "users,
208+
table: "users",
209209
where: "admin = true"
210210
)
211211
{:ok, socket}

0 commit comments

Comments
 (0)