Skip to content

Commit 555a4ab

Browse files
committed
update
1 parent 061b53c commit 555a4ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-app-configuration/howto-targetingfilter-go.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ func loadAzureAppConfiguration(ctx context.Context) (*azureappconfiguration.Azur
418418
betaEnabled, err = app.featureManager.IsEnabledWithAppContext("Beta", targetingContext)
419419
if err != nil {
420420
log.Printf("Error checking Beta feature with targeting: %v", err)
421-
betaEnabled = false
422421
}
423422
}
424423
@@ -609,7 +608,6 @@ func loadAzureAppConfiguration(ctx context.Context) (*azureappconfiguration.Azur
609608
betaEnabled, err = app.featureManager.IsEnabledWithAppContext("Beta", targetingContext)
610609
if err != nil {
611610
log.Printf("Error checking Beta feature with targeting: %v", err)
612-
betaEnabled = false
613611
}
614612
}
615613

0 commit comments

Comments
 (0)