Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 408ede1

Browse files
authored
Merge pull request #3 from mabdu11ah/master
Fixed emit typo
2 parents bb14514 + 9df6fd5 commit 408ede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class ListingManager {
116116
return callback(err);
117117
}
118118

119-
this.emit('heatbeat', body.bumped);
119+
this.emit('heartbeat', body.bumped);
120120

121121
return callback(null, body);
122122
});

0 commit comments

Comments
 (0)