Skip to content

Commit

Permalink
ci check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
heyyakash committed Aug 31, 2024
1 parent 448cba9 commit a9ddc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/handler/project.handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func CreateProject() gin.HandlerFunc {
err := db.Store.CreateProject(project)
if err != nil {
log.Print(err)
ctx.AbortWithStatusJSON(500, utils.ResponseGenerator("Some Error Occurred", false))
ctx.AbortWithStatusJSON(500, utils.ResponseGenerator("Some Internal Error Occurred", false))
return
}
userprojectmap := &modals.UserProjectMap{
Expand Down

0 comments on commit a9ddc0a

Please sign in to comment.