Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 15, 2024
1 parent 0c21ee2 commit 4bfea39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/sdk/akamai-edgekv/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* @packageDocumentation
*/
import { init as initEdge, LDClient, LDOptions } from '@launchdarkly/akamai-edgeworker-sdk-common';
import { BasicLogger } from '@launchdarkly/js-server-sdk-common';

import EdgeKVProvider from './edgekv/edgeKVProvider';
import { BasicLogger } from '@launchdarkly/js-server-sdk-common';

export * from '@launchdarkly/akamai-edgeworker-sdk-common';

Expand All @@ -37,7 +37,6 @@ export const init = ({

const edgekvProvider = new EdgeKVProvider({ namespace, group, logger });


return initEdge({
sdkKey,
options: { ...options, logger },
Expand Down

0 comments on commit 4bfea39

Please sign in to comment.