We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43990e2 commit 47f76adCopy full SHA for 47f76ad
1 file changed
pkg/microservice/aslan/core/environment/handler/openapi.go
@@ -2174,7 +2174,7 @@ func OpenAPIAddHelmServicesToEnv(c *gin.Context) {
2174
return
2175
}
2176
2177
- production := c.Query("production") == "true"
+ production := request.Production
2178
if production {
2179
err = commonutil.CheckZadigProfessionalLicense()
2180
if err != nil {
0 commit comments