fehlerbehebung

This commit is contained in:
xoy 2023-01-28 20:02:24 +01:00
parent 9eb9d8c31a
commit 2721cd04a8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func getAdminKeys() []string {
for rows.Next() {
temp := ""
err := rows.Scan(temp)
err := rows.Scan(&temp)
if err != nil {
panic(err.Error())
}