Skip to content

Commit bc01334

Browse files
code style
Signed-off-by: Thomas Poignant <[email protected]>
1 parent d1aa010 commit bc01334

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.ts

-5
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,12 @@ export class GoFeatureFlagProvider implements Provider {
3535
private readonly endpoint: string;
3636
// timeout in millisecond before we consider the request as a failure
3737
private readonly timeout: number;
38-
39-
4038
// cache contains the local cache used in the provider to avoid calling the relay-proxy for every evaluation
4139
private readonly cache?: LRUCache<string, ResolutionDetails<any>>;
42-
43-
4440
// bgSchedulerId contains the id of the setInterval that is running.
4541
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
4642
// @ts-ignore
4743
private bgScheduler?: NodeJS.Timer;
48-
4944
// dataCollectorBuffer contains all the FeatureEvents that we need to send to the relay-proxy for data collection.
5045
private dataCollectorBuffer?: FeatureEvent<any>[];
5146
// dataCollectorMetadata are the metadata used when calling the data collector endpoint

0 commit comments

Comments
 (0)