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 e7b1bd4 commit 224d72cCopy full SHA for 224d72c
src/feature-management/src/filter/timeWindowFilter.ts
@@ -33,7 +33,7 @@ export type RecurrenceParameters = {
33
};
34
35
export class TimeWindowFilter implements IFeatureFilter {
36
- name: string = "Microsoft.TimeWindow";
+ readonly name: string = "Microsoft.TimeWindow";
37
38
evaluate(context: TimeWindowFilterEvaluationContext): boolean {
39
const {featureName, parameters} = context;
0 commit comments