Skip to content

Commit 58382fd

Browse files
authored
Merge pull request #329 from DavidVujic/examples-connect-with-timeout
fix: typo
2 parents 518cac7 + e2cd87c commit 58382fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/wrapper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ function startTimer() {
1818
}, 10000);
1919
}
2020

21-
2221
/**
2322
* @param timeoutMs {number}
2423
* @returns {ZooKeeper}
@@ -71,7 +70,6 @@ function getClient() {
7170
return createClient();
7271
}
7372

74-
7573
module.exports = {
7674
constants,
7775
ZooKeeper,

0 commit comments

Comments
 (0)