Skip to content

Commit 831c029

Browse files
default to map
1 parent b214449 commit 831c029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/channel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ defmodule Phoenix.Channel do
464464
@behaviour unquote(__MODULE__)
465465
@on_definition unquote(__MODULE__)
466466
@before_compile unquote(__MODULE__)
467-
@phoenix_intercepts []
467+
@phoenix_intercepts {}
468468
@phoenix_log_join Keyword.get(opts, :log_join, :info)
469469
@phoenix_log_handle_in Keyword.get(opts, :log_handle_in, :debug)
470470
@phoenix_hibernate_after Keyword.get(opts, :hibernate_after, 15_000)

0 commit comments

Comments
 (0)