From c8f7d7bcc3dc889c38f73f994bf59ef393f5cf09 Mon Sep 17 00:00:00 2001 From: Cornelius Suermann Date: Sat, 18 Feb 2023 22:51:37 +0100 Subject: [PATCH] fix(connection): Revert nullish coalescing operator (??) to logical OR (||); closes #184 --- connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection.js b/connection.js index ea612e0..8a20923 100644 --- a/connection.js +++ b/connection.js @@ -589,7 +589,7 @@ module.exports = function (RED) { }` ) - // EXAMPLE response.data + // EXAMPLE response.data: // { // "isAllowedVersion": false, // "isLatestVersion": false,