Closed gerisc01 closed 8 years ago
This seems to be happening because no id and empty list for the newly created list is being added to items.json when the list is created for the first time.
Attempting to push the JSON object was not passing along empty arrays. Passing along the JSON string to write_db.php fixed this problem.
This seems to be happening because no id and empty list for the newly created list is being added to items.json when the list is created for the first time.