Skip to content

Commit 00e8e74

Browse files
author
Josh Long
committed
ref: fix import
1 parent 2db382c commit 00e8e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/src/tests/WrappedKeys.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ import {
3232
api,
3333
} from '@lit-protocol/wrapped-keys';
3434
// Using absolute pathing as these members are not exported from the module
35+
import { getPkpAccessControlCondition } from '@lit-protocol/wrapped-keys/src/lib/api/utils';
3536
import { LIT_PREFIX } from '@lit-protocol/wrapped-keys/src/lib/constants';
3637
import { LIT_ACTION_CID_REPOSITORY } from '@lit-protocol/wrapped-keys/src/lib/lit-actions-client/constants';
37-
import { getPkpAccessControlCondition } from '@lit-protocol/wrapped-keys/src/lib/utils';
3838

3939
const {
4040
importPrivateKey,

0 commit comments

Comments
 (0)