From afdb1e42957185dcc1fc3e90343f2d76a3184cf2 Mon Sep 17 00:00:00 2001 From: daveminer Date: Sun, 7 Jul 2024 17:52:38 -0400 Subject: [PATCH] credo --- lib/basket_web/live/overview/club_toggle.ex | 1 + lib/basket_web/live/overview/ticker_bar_table.ex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/basket_web/live/overview/club_toggle.ex b/lib/basket_web/live/overview/club_toggle.ex index 866f222..60212ea 100644 --- a/lib/basket_web/live/overview/club_toggle.ex +++ b/lib/basket_web/live/overview/club_toggle.ex @@ -1,6 +1,7 @@ defmodule BasketWeb.Live.Overview.ClubToggle do use Phoenix.Component + @moduledoc false def render(assigns) do ~H"""
diff --git a/lib/basket_web/live/overview/ticker_bar_table.ex b/lib/basket_web/live/overview/ticker_bar_table.ex index 5c5c3c1..261a9a8 100644 --- a/lib/basket_web/live/overview/ticker_bar_table.ex +++ b/lib/basket_web/live/overview/ticker_bar_table.ex @@ -9,7 +9,7 @@ defmodule BasketWeb.Live.Overview.TickerBarTable do alias Basket.Http alias Basket.Http.Alpaca.Bars - alias BasketWeb.{Presence} + alias BasketWeb.Presence @doc """ Creates a row to be added to the ticker bar table. Deserializes the data into TickerBar instances