Skip to content

Commit

Permalink
credo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Sep 26, 2023
1 parent acb6534 commit 453a3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sentrypeer/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ defmodule Sentrypeer.Application do
@moduledoc false

use Application
alias Appsignal.Phoenix.LiveView

@impl true
def start(_type, _args) do
topologies = Application.get_env(:libcluster, :topologies) || []
Appsignal.Phoenix.LiveView.attach()
LiveView.attach()

children = [
# Start the Telemetry supervisor
Expand Down

0 comments on commit 453a3c4

Please sign in to comment.