From 2e1e61dabe224ca1818788cd5903f879191d09ce Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 3 Feb 2022 16:32:51 +0100 Subject: [PATCH] Remove part of JSDoc --- packages/node_modules/@node-red/util/lib/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/node_modules/@node-red/util/lib/util.js b/packages/node_modules/@node-red/util/lib/util.js index a81030fb3..a6fec8f98 100644 --- a/packages/node_modules/@node-red/util/lib/util.js +++ b/packages/node_modules/@node-red/util/lib/util.js @@ -29,7 +29,6 @@ const { hasOwnProperty } = Object.prototype; /** * Safely returns the object construtor name. * @return {String} the name of the object constructor if it exists, empty string otherwise. - * @memberof @node-red/util_util */ function constructorName(obj) { // Note: This function could be replaced by optional chaining in Node.js 14+: