Skip to content

Commit

Permalink
Merge pull request #129 from michael-valdron/bugfix
Browse files Browse the repository at this point in the history
Unset error accessor removed from version not found response
  • Loading branch information
michael-valdron authored Jul 29, 2022
2 parents f017dd1 + 6c1027a commit 7a4174c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index/server/pkg/server/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ func fetchDevfile(c *gin.Context, name string, version string) ([]byte, indexSch
}
} else {
c.JSON(http.StatusNotFound, gin.H{
"error": err.Error(),
"status": fmt.Sprintf("version: %s not found in stack %s", version, name),
})
return []byte{}, indexSchema.Schema{}
Expand Down

0 comments on commit 7a4174c

Please sign in to comment.