diff options
author | GrailFinder <wohilas@gmail.com> | 2024-04-15 09:55:08 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2024-04-15 09:55:08 +0300 |
commit | ac70f43c3e52e35195353c73af5687b8286ff581 (patch) | |
tree | 877d336d144f7090ff1d13cfecb6e70c072e52eb /internal/handlers/main.go | |
parent | f71a43e1a4cf2fba8a479842d0a61e24017cd87b (diff) |
Feat: update method on burn_time
Diffstat (limited to 'internal/handlers/main.go')
-rw-r--r-- | internal/handlers/main.go | 1 |
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 |