Skip to content

Commit fc60961

Browse files
committed
refactor: remove unused import of AuthSig
1 parent e58675a commit fc60961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/artillery/src/processors/multi-endpoints.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { createAuthManager, storagePlugins } from '@lit-protocol/auth';
22
import { createLitClient, LitClientType } from '@lit-protocol/lit-client';
3-
import { AuthSig } from '@lit-protocol/types';
43
import { z } from 'zod';
54
import * as StateManager from '../StateManager';
65
import { getLitNetworkModule } from '@lit-protocol/e2e';
@@ -119,7 +118,6 @@ const createAuthContextFromState = async () => {
119118
});
120119
}
121120

122-
123121
return masterAccountAuthContext;
124122
};
125123

0 commit comments

Comments
 (0)