From 17326a16a018ae84d274be53b52be9273ef69932 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 1 Jul 2024 18:44:41 -0400 Subject: Update local.yaml to set is_done_tick_dot_com to false, add things history --- internal/chore/handler.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'internal/chore/handler.go') diff --git a/internal/chore/handler.go b/internal/chore/handler.go index bc90c4c..3d9f9e7 100644 --- a/internal/chore/handler.go +++ b/internal/chore/handler.go @@ -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) -- cgit