@@ -49,7 +49,7 @@ func GenerateRandomResults(query string, exampleObj any, keyVal []any, rowCount
}
if field.Tag.Get("test") == "key" {
rows[y] = append(rows[y], keyVal)
rows[y] = append(rows[y], keyVal[y])
continue
The note is not visible to the blocked user.