chore: refacto

This commit is contained in:
2026-04-20 19:41:52 +02:00
parent 5fc52c72ee
commit 2e9827af98
46 changed files with 497 additions and 648 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package db
import "fmt"
func extractCommandID(member interface{}) int {
func extractCommandID(member any) int {
switch v := member.(type) {
case int:
return v