We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568bb11 commit 50b6a34Copy full SHA for 50b6a34
libs/providers/flagd/src/lib/service/in-process/grpc/grpc-fetch.ts
@@ -1,10 +1,9 @@
1
import { ClientReadableStream, ServiceError, credentials } from '@grpc/grpc-js';
2
-import { Logger } from '@openfeature/server-sdk';
3
-import { GeneralError } from '@openfeature/server-sdk';
+import { GeneralError, Logger } from '@openfeature/server-sdk';
4
import { FlagSyncServiceClient, SyncFlagsRequest, SyncFlagsResponse } from '../../../../proto/ts/flagd/sync/v1/sync';
5
import { Config } from '../../../configuration';
6
-import { DataFetch } from '../data-fetch';
7
import { closeStreamIfDefined } from '../../common';
+import { DataFetch } from '../data-fetch';
8
9
/**
10
* Implements the gRPC sync contract to fetch flag data.
0 commit comments