Skip to content

Commit f4f6381

Browse files
committed
remove deprecated launchDarkly method
1 parent 917ef42 commit f4f6381

File tree

1 file changed

+0
-8
lines changed
  • packages/adapter-launchdarkly/src

1 file changed

+0
-8
lines changed

packages/adapter-launchdarkly/src/index.ts

-8
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,3 @@ export const ldAdapter: AdapterResponse = {
116116
return getOrCreateDeaultAdapter().ldClient;
117117
},
118118
};
119-
120-
/**
121-
/**
122-
* This is the previous name for the LaunchDarkly adapter.
123-
*
124-
* @deprecated Use `ldAdapter` instead.
125-
*/
126-
export const launchDarkly = ldAdapter;

0 commit comments

Comments
 (0)