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 3fe5d4e commit 9fe9d24Copy full SHA for 9fe9d24
test/load/pubsub.http.test.ts
@@ -17,7 +17,7 @@ describe('load/http', () => {
17
const amountOfCalls = 2500;
18
19
// Create the promises
20
- let promises = [];
+ const promises = [];
21
22
for (let i = 0; i < amountOfCalls; i++) {
23
promises.push(client.pubsub.publish('pubsub-mqtt', 'test-topic', { hello: 'world' }));
0 commit comments