@ -38,7 +38,7 @@ if err != nil {
}
fish := []Fish{}
if err := json.Unmarshal(records, &fish); err != nil {
if err := json.Unmarshal([]byte(records), &fish); err != nil {
fmt.Println("Error", err)
The note is not visible to the blocked user.