We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac57222 commit ac20402Copy full SHA for ac20402
articles/azure-app-configuration/howto-timewindow-filter-go.md
@@ -53,7 +53,6 @@ func (app *WebApp) featureMiddleware() gin.HandlerFunc {
53
betaEnabled, err := app.featureManager.IsEnabled("Beta")
54
if err != nil {
55
log.Printf("Error checking Beta feature: %v", err)
56
- betaEnabled = false
57
}
58
59
// Store feature flag status for use in templates
0 commit comments