slapid and player now links when registering

This commit is contained in:
2026-02-17 18:33:22 +11:00
parent e50f855206
commit 103da78f0b
11 changed files with 137 additions and 28 deletions

View File

@@ -3,7 +3,6 @@ package db
import (
"context"
"encoding/json"
"fmt"
"github.com/pkg/errors"
"github.com/uptrace/bun"
@@ -78,7 +77,6 @@ func (a *AuditLogFilter) UserIDs(ids []int) *AuditLogFilter {
}
func (a *AuditLogFilter) Actions(actions []string) *AuditLogFilter {
fmt.Println(actions)
if len(actions) > 0 {
a.In("al.action", actions)
}