Skip to content

Commit

Permalink
require logger
Browse files Browse the repository at this point in the history
  • Loading branch information
krns authored Nov 7, 2023
1 parent 9adf28c commit 4e2f5a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/phoenix_live_view/upload_writer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ defmodule Phoenix.LiveView.UploadWriter do
defmodule EchoWriter do
@behaviour Phoenix.LiveView.UploadWriter
require Logger
@impl true
def init(opts) do
{:ok, %{total: 0, level: Keyword.fetch!(opts, :level)}}
Expand Down

0 comments on commit 4e2f5a5

Please sign in to comment.