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 32a0799 commit 382dd86Copy full SHA for 382dd86
src/filter/TargetingFilter.ts
@@ -32,7 +32,7 @@ type TargetingFilterAppContext = {
32
export class TargetingFilter implements IFeatureFilter {
33
name: string = "Microsoft.Targeting";
34
35
- evaluate(context: TargetingFilterEvaluationContext, appContext?: TargetingFilterAppContext): boolean | Promise<boolean> {
+ evaluate(context: TargetingFilterEvaluationContext, appContext?: TargetingFilterAppContext): boolean {
36
const { featureName, parameters } = context;
37
TargetingFilter.#validateParameters(parameters);
38
0 commit comments