From 58c457f7dadcdea4fc8c0b8e00cd6298699804f6 Mon Sep 17 00:00:00 2001 From: DEV2DEV_DE Date: Wed, 29 Nov 2023 21:15:43 +0100 Subject: [PATCH] Remove unnecessary comment in name processing function --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 19e205f..88e4f43 100644 --- a/main.js +++ b/main.js @@ -355,7 +355,6 @@ class Jablotron extends utils.Adapter { /** * Replaces forbidden characters in a name with underscores. - * * @param {string} name - The name to be processed. * @returns {string} - The processed name with forbidden characters replaced by underscores. */