Date: 2025-01-07 00:20:57
Score: 1
Natty:
The reason for me was:
- The data in my database was a type array.
- My code was trying to read this data as a string.
- It turns out that our team updated the code to read the data as a string, but the old data in the database was still an array.
- I deleted this old data (because it was a dev database).
Reasons:
- Low length (0.5):
- No code block (0.5):
Posted by: Thuy