fix: list fixes and ci improvement
PR Checks / lint-test-and-build (pull_request) Successful in 3m6s

This commit is contained in:
2026-09-11 19:43:32 +02:00
parent fd50ce99a7
commit 2c97ca7641
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -107,6 +107,7 @@ func (r *ListRepo) LockUsersLists(ctx context.Context, userID string) ([]string,
if err != nil {
return nil, fmt.Errorf("failed to lock users lists: %w", err)
}
defer rows.Close()
ids := make([]string, 0, 16)
for rows.Next() {