improve ActivityLog.list_shot_records

This commit is contained in:
2023-06-05 21:47:03 -04:00
parent 9643e9f46d
commit 7e55446b3e
5 changed files with 44 additions and 46 deletions

View File

@ -54,7 +54,7 @@ defmodule CanneryWeb.ExportController do
})
end)
shot_records = ActivityLog.list_shot_records(:all, current_user)
shot_records = ActivityLog.list_shot_records(current_user)
containers =
Containers.list_containers(current_user)