Update local.yaml to set is_done_tick_dot_com to false, add things history

This commit is contained in:
Mo Tarbin 2024-07-01 18:44:41 -04:00
parent a6871d4200
commit 17326a16a0
6 changed files with 12 additions and 13 deletions

View file

@ -195,12 +195,6 @@ func (h *Handler) createChore(c *gin.Context) {
return
}
} else {
c.JSON(400, gin.H{
"error": "Due date is required",
})
return
}
freqencyMetadataBytes, err := json.Marshal(choreReq.FrequencyMetadata)