second commit

This commit is contained in:
aman.singh
2024-09-12 12:35:33 +05:30
parent dcb291f7e9
commit 1f79e1d4cf

View File

@@ -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 {