second commit
This commit is contained in:
@@ -57,6 +57,7 @@ func (pc *ProjectCreator) CreateProject(ctx *gin.Context) {
|
||||
Name: projectBody.Name,
|
||||
Team: projectBody.Team,
|
||||
Icon: projectBody.Icon,
|
||||
GithubUrl: projectBody.GithubUrl,
|
||||
})
|
||||
|
||||
if result.Error != nil {
|
||||
|
||||
Reference in New Issue
Block a user