Skip to content

Commit 0b15321

Browse files
author
cwanjau
committed
Fix linting error
1 parent bc799ad commit 0b15321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/azure-app-configuration-importer/src/appConfigurationImporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class AppConfigurationImporter {
7777
configuration: ConfigurationSettingsSource | ConfigurationChanges,
7878
timeout: number,
7979
progressCallback?: ((progress: ImportProgress) => unknown),
80-
strict: boolean = false,
80+
strict = false,
8181
importMode: ImportMode = ImportMode.IgnoreMatch
8282
): Promise<void> {
8383

0 commit comments

Comments
 (0)