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 e58675a commit fc60961Copy full SHA for fc60961
packages/artillery/src/processors/multi-endpoints.ts
@@ -1,6 +1,5 @@
1
import { createAuthManager, storagePlugins } from '@lit-protocol/auth';
2
import { createLitClient, LitClientType } from '@lit-protocol/lit-client';
3
-import { AuthSig } from '@lit-protocol/types';
4
import { z } from 'zod';
5
import * as StateManager from '../StateManager';
6
import { getLitNetworkModule } from '@lit-protocol/e2e';
@@ -119,7 +118,6 @@ const createAuthContextFromState = async () => {
119
118
});
120
}
121
122
-
123
return masterAccountAuthContext;
124
};
125
0 commit comments