Skip to content

Commit

Permalink
Merge branch 'main' into feat/build-dag
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 30, 2023
2 parents e87e10a + 3ee9ccf commit 4aa9983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/schedule/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ func CreateSchedule(c *gin.Context) {
// ensure schedule name is defined
if input.GetName() == "" {
util.HandleError(c, http.StatusBadRequest, fmt.Errorf("schedule name must be set"))

return
}

// update engine logger with API metadata
Expand Down

0 comments on commit 4aa9983

Please sign in to comment.