Skip to content

Commit ac20402

Browse files
committed
update
1 parent ac57222 commit ac20402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/azure-app-configuration/howto-timewindow-filter-go.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func (app *WebApp) featureMiddleware() gin.HandlerFunc {
5353
betaEnabled, err := app.featureManager.IsEnabled("Beta")
5454
if err != nil {
5555
log.Printf("Error checking Beta feature: %v", err)
56-
betaEnabled = false
5756
}
5857

5958
// Store feature flag status for use in templates

0 commit comments

Comments
 (0)