Skip to content

Commit 9561259

Browse files
committed
fix(client): Address PR feedback
1 parent b125eae commit 9561259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bvlc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports.decode = (buffer, offset) => {
6262
originatingIP = buffer.slice(4, 8).join('.');
6363

6464
// Only add the port if it's not the usual one.
65-
if (port != DefaultBACnetPort) {
65+
if (port !== DefaultBACnetPort) {
6666
originatingIP += ':' + port;
6767
}
6868

0 commit comments

Comments
 (0)