Skip to content

Commit 14dbe96

Browse files
update
1 parent 6e34f62 commit 14dbe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
406406
for (const selector of selectorsToUpdate) {
407407
let listOptions: ListConfigurationSettingsOptions = {
408408
keyFilter: selector.keyFilter,
409-
labelFilter: selector.labelFilter,
409+
labelFilter: selector.labelFilter
410410
};
411411

412412
// If cdn is used, add etag to request header so that the pipeline policy can retrieve and append it to the request URL

0 commit comments

Comments
 (0)