Skip to content

Commit

Permalink
Remove unnecessary comment in name processing
Browse files Browse the repository at this point in the history
function
  • Loading branch information
DEV2DEV-DE committed Nov 29, 2023
1 parent 2d4b32b commit 58c457f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 58c457f

Please sign in to comment.