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
[ ] Remove the null from the "createdAt" of the food in the document.
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 thenull
from the document. The current implementation of the backend automatically generate acreatedAt
when a food record is created.Criteria
null
from the "createdAt" of the food in the document.Notes
-