We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7022ac4 commit 7c15bfaCopy full SHA for 7c15bfa
packages/sdk/akamai/src/createPlatformInfo.ts
@@ -8,7 +8,7 @@ import type { Info, PlatformData, SdkData } from '@launchdarkly/js-server-sdk-co
8
class AkamaiPlatformInfo implements Info {
9
platformData(): PlatformData {
10
return {
11
- name: 'Akamai Edge',
+ name: 'Akamai Edge Worker',
12
};
13
}
14
0 commit comments