Skip to content

Commit f0ae0d6

Browse files
committed
node: m typo
1 parent 88e5c02 commit f0ae0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function trapSecureServerEvents(...servers) {
295295
});
296296

297297
const rottm = setInterval(() => rotateTkt(s), 86400000); // 24 hours
298-
rotm.unref();
298+
rottm.unref();
299299

300300
s.on("newSession", (id, data, next) => {
301301
const hid = bufutil.hex(id);

0 commit comments

Comments
 (0)