Skip to content

Commit 1466764

Browse files
authored
fix(load-testing): remove duplicate createdUsers (#939)
The multiple-conversations scenario declared twice, which caused the load-testing build to fail before any dependency PR could be evaluated meaningfully. Verified with: - cd services/load-testing && pnpm lint - cd services/load-testing && pnpm build Deploy: none
1 parent a61a726 commit 1466764

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

services/load-testing/src/scenario2-multiple-conversations.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@ const createdUsers: {
151151
prefixedKey: string;
152152
}[] = [];
153153

154-
const createdUsers: {
155-
did: string;
156-
prefixedKey: string;
157-
}[] = [];
158-
159154
// Backend DID from environment variable
160155
// Default to localhost for local development
161156
const BACKEND_DID = __ENV.BACKEND_DID || "did:web:localhost%3A8084";

0 commit comments

Comments
 (0)