Skip to content

Commit

Permalink
fix(connection): Revert nullish coalescing operator (??) to logical O…
Browse files Browse the repository at this point in the history
…R (||); closes #184
  • Loading branch information
csuermann committed Feb 18, 2023
1 parent a1f68f4 commit c8f7d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ module.exports = function (RED) {
}`
)

// EXAMPLE response.data
// EXAMPLE response.data:
// {
// "isAllowedVersion": false,
// "isLatestVersion": false,
Expand Down

0 comments on commit c8f7d7b

Please sign in to comment.