Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Grato committed Nov 2, 2023
1 parent fc5cc13 commit 6a37798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dash_web/controllers/api/v1/analytics_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule DashWeb.Api.V1.AnalyticsController do

require Logger

def show(conn, %{"start_date" => start_date, "end_date" => end_date} = params) do
def show(conn, %{"start_date" => start_date, "end_date" => end_date} = _params) do
hubs = Dash.get_hubs_by_date(start_date, end_date)

conn
Expand Down

0 comments on commit 6a37798

Please sign in to comment.