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 bc799ad commit 0b15321Copy full SHA for 0b15321
libraries/azure-app-configuration-importer/src/appConfigurationImporter.ts
@@ -77,7 +77,7 @@ export class AppConfigurationImporter {
77
configuration: ConfigurationSettingsSource | ConfigurationChanges,
78
timeout: number,
79
progressCallback?: ((progress: ImportProgress) => unknown),
80
- strict: boolean = false,
+ strict = false,
81
importMode: ImportMode = ImportMode.IgnoreMatch
82
): Promise<void> {
83
0 commit comments