Anukul Sangwan пре 4 година
родитељ
комит
b093ccd659
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      server/api/git_action_handler.go

+ 1 - 0
server/api/git_action_handler.go

@@ -40,6 +40,7 @@ func (app *App) HandleGenerateGitAction(w http.ResponseWriter, r *http.Request)
 			Code:   ErrReleaseReadData,
 			Errors: []string{"release not found"},
 		}, w)
+		return
 	}
 
 	form := &forms.CreateGitAction{