summaryrefslogtreecommitdiff
path: root/internal/handlers/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/main.go')
-rw-r--r--internal/handlers/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go
index cb872f0..d779f42 100644
--- a/internal/handlers/main.go
+++ b/internal/handlers/main.go
@@ -131,7 +131,6 @@ func (h *Handlers) UserScoreWithActionsByUsername(
if err != nil {
return nil, err
}
-
list, err := h.repo.DBActionList("test")
if err != nil {
return nil, err