Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms committed Dec 19, 2024
1 parent 8441b32 commit 6fe042a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureAppConfigurationImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type SettingSelectorCollection = {
selectors: PagedSettingSelector[];

/**
* This is used to append to the request url for breaking the CDN cache.
* This is used to append to the request url for breaking the CDN cache.
* It uses the etag which has changed after the last refresh. It can either be a page etag or etag of a watched setting.
*/
cdnCacheBreakString?: string;
Expand Down

0 comments on commit 6fe042a

Please sign in to comment.