Skip to content

Commit 18bb6f5

Browse files
committed
fixed edgekv import
1 parent 1a2b66f commit 18bb6f5

File tree

1 file changed

+1
-1
lines changed
  • packages/sdk/akamai-edgekv/src/edgekv

1 file changed

+1
-1
lines changed

packages/sdk/akamai-edgekv/src/edgekv/edgekv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { httpRequest } from 'http-request';
1212
* You must include edgekv_tokens.js in your bundle for this class to function properly.
1313
* edgekv_tokens.js must include all namespaces you are going to use in the bundle.
1414
*/
15-
import { edgekv_access_tokens } from './edgekv_tokens.js';
15+
import { edgekv_access_tokens } from 'edgekv_tokens.js';
1616

1717
export class EdgeKV {
1818
#namespace;

0 commit comments

Comments
 (0)