nishiki-tech / nishiki-documents

8 stars 0 forks source link

`createdAt` of the food should not be null. #152

Open nick-y-ito opened 9 months ago

nick-y-ito commented 9 months ago

Description

The createdAt of the food should not be null in the return value of the API path /containers/{containerId}. The task is to only remove the null from the document. The current implementation of the backend automatically generate a createdAt when a food record is created.

Criteria

Notes

-