Skip to content

Commit

Permalink
Fix issue (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serabe authored Jun 10, 2024
1 parent 36729ef commit cbd3956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
elixir: [1.15.6, 1.16.1]
otp: [25.0, 26.0]
phoenix-live-view-version: [0.19.0, 0.20.0]
phoenix-live-view-version: [0.19.0, 0.20.14]
phoenix-version: [1.7.0]

env:
Expand Down
2 changes: 1 addition & 1 deletion lib/live_view_events/notify.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule LiveViewEvents.Notify do
it creates a new process for it. Its PID can be accessed through `view.pid`.
"""

@assign_name_for_event "__live_view_events__assign_event__"
@assign_name_for_event :__live_view_events__assign_event__

@doc """
Use this macro instead of the default `assigns(socket, assign)` in
Expand Down

0 comments on commit cbd3956

Please sign in to comment.