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 1a2b66f commit 18bb6f5Copy full SHA for 18bb6f5
packages/sdk/akamai-edgekv/src/edgekv/edgekv.js
@@ -12,7 +12,7 @@ import { httpRequest } from 'http-request';
12
* You must include edgekv_tokens.js in your bundle for this class to function properly.
13
* edgekv_tokens.js must include all namespaces you are going to use in the bundle.
14
*/
15
-import { edgekv_access_tokens } from './edgekv_tokens.js';
+import { edgekv_access_tokens } from 'edgekv_tokens.js';
16
17
export class EdgeKV {
18
#namespace;
0 commit comments