Skip to content

Commit 9fe9d24

Browse files
Linter issue
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent 3fe5d4e commit 9fe9d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/load/pubsub.http.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('load/http', () => {
1717
const amountOfCalls = 2500;
1818

1919
// Create the promises
20-
let promises = [];
20+
const promises = [];
2121

2222
for (let i = 0; i < amountOfCalls; i++) {
2323
promises.push(client.pubsub.publish('pubsub-mqtt', 'test-topic', { hello: 'world' }));

0 commit comments

Comments
 (0)