run mix format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-07 19:14:42 -04:00
parent ef28de53a1
commit b5619b8606
26 changed files with 457 additions and 413 deletions

View File

@ -12,7 +12,11 @@ defmodule CanneryWeb.ExportController do
pack_counts = Ammo.get_grouped_packs_count(current_user, types: types, group_by: :type_id)
total_pack_counts =
Ammo.get_grouped_packs_count(current_user, types: types, group_by: :type_id, show_used: true)
Ammo.get_grouped_packs_count(current_user,
types: types,
group_by: :type_id,
show_used: true
)
average_costs = Ammo.get_average_costs(types, current_user)