Skip to content

Commit c8f7d7b

Browse files
committed
fix(connection): Revert nullish coalescing operator (??) to logical OR (||); closes #184
1 parent a1f68f4 commit c8f7d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ module.exports = function (RED) {
589589
}`
590590
)
591591

592-
// EXAMPLE response.data
592+
// EXAMPLE response.data:
593593
// {
594594
// "isAllowedVersion": false,
595595
// "isLatestVersion": false,

0 commit comments

Comments
 (0)