Anukul Sangwan 4 лет назад
Родитель
Сommit
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,
 			Code:   ErrReleaseReadData,
 			Errors: []string{"release not found"},
 			Errors: []string{"release not found"},
 		}, w)
 		}, w)
+		return
 	}
 	}
 
 
 	form := &forms.CreateGitAction{
 	form := &forms.CreateGitAction{