Skip to content

Commit

Permalink
credo
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Jul 7, 2024
1 parent 285650c commit afdb1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/basket_web/live/overview/club_toggle.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
defmodule BasketWeb.Live.Overview.ClubToggle do
use Phoenix.Component

@moduledoc false
def render(assigns) do
~H"""
<div class="flex items-center">
Expand Down
2 changes: 1 addition & 1 deletion lib/basket_web/live/overview/ticker_bar_table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afdb1e4

Please sign in to comment.