fix style issues

This commit is contained in:
2025-01-31 22:47:14 -05:00
parent e5112aeece
commit 4464743639
8 changed files with 10 additions and 10 deletions

View File

@ -91,7 +91,7 @@ defmodule CanneryWeb.RangeLive.Index do
@impl true
def handle_event("delete", %{"id" => id}, %{assigns: %{current_user: current_user}} = socket) do
{:ok, _} =
{:ok, _shot_record} =
ActivityLog.get_shot_record!(id, current_user)
|> ActivityLog.delete_shot_record(current_user)