Skip to content

Commit aa03a3a

Browse files
committed
chore: remove unused import to fix lint errors
1 parent d079861 commit aa03a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nest/src/feature.decorator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createParamDecorator, Inject } from '@nestjs/common';
22
import type { EvaluationContext, EvaluationDetails, FlagValue, JsonValue } from '@openfeature/server-sdk';
3-
import { OpenFeature, Client } from '@openfeature/server-sdk';
3+
import { Client } from '@openfeature/server-sdk';
44
import { getOpenFeatureClientToken } from './open-feature.module';
55
import type { Observable } from 'rxjs';
66
import { from } from 'rxjs';

0 commit comments

Comments
 (0)