Docs, lint

This commit is contained in:
binwiederhier
2026-01-17 14:59:43 -05:00
parent dfd12528f3
commit 353fedb93f
3 changed files with 3 additions and 3 deletions

View File

@@ -655,4 +655,3 @@ func parseTokens(users []*user.User, tokensRaw []string) (map[string][]*user.Tok
}
return tokens, nil
}