Skip to content

Commit

Permalink
Merge branch 'main' into feat_redis_ping
Browse files Browse the repository at this point in the history
  • Loading branch information
timhuynh94 authored Oct 31, 2023
2 parents 50e76b0 + 3ee9ccf commit 3e78f3f
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 3e78f3f

Please sign in to comment.