Skip to content

Commit 41ad554

Browse files
fix lint
1 parent e77d37d commit 41ad554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
399399
// use the etag of the first watched setting (sentinel)
400400
this.#kvSelectorCollection.cdnCacheBreakString = this.#sentinels.find(s => s.etag !== undefined)?.etag;
401401
}
402-
402+
403403
if (this.#featureFlagRefreshEnabled) {
404404
const defaultSelector = this.#ffSelectorCollection.selectors.find(s => s.pageEtags !== undefined);
405405
if (defaultSelector && defaultSelector.pageEtags!.length > 0) {
@@ -409,7 +409,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
409409
}
410410
}
411411
}
412-
412+
413413
this.#isInitialLoadCompleted = true;
414414
break;
415415
} catch (error) {

0 commit comments

Comments
 (0)