Skip to content

Commit

Permalink
fixup: imports
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Jan 9, 2025
1 parent 568bb11 commit 50b6a34
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { ClientReadableStream, ServiceError, credentials } from '@grpc/grpc-js';
import { Logger } from '@openfeature/server-sdk';
import { GeneralError } from '@openfeature/server-sdk';
import { GeneralError, Logger } from '@openfeature/server-sdk';
import { FlagSyncServiceClient, SyncFlagsRequest, SyncFlagsResponse } from '../../../../proto/ts/flagd/sync/v1/sync';
import { Config } from '../../../configuration';
import { DataFetch } from '../data-fetch';
import { closeStreamIfDefined } from '../../common';
import { DataFetch } from '../data-fetch';

/**
* Implements the gRPC sync contract to fetch flag data.
Expand Down

0 comments on commit 50b6a34

Please sign in to comment.