Add missing arg to JSdoc

This commit is contained in:
Cohee 2024-01-12 11:48:34 +02:00
parent a5edf2696f
commit 9bb404fb34

View File

@ -205,6 +205,7 @@ function diceRollReplace(input, invalidRollPlaceholder = '') {
* @param {*} _name2 - The name of the character.
* @param {*} _original - The original message for {{original}} substitution.
* @param {*} _group - The group members list for {{group}} substitution.
* @param {boolean} _replaceCharacterCard - Whether to replace character card macros.
* @returns {string} The string with substituted parameters.
*/
export function evaluateMacros(content, _name1, _name2, _original, _group, _replaceCharacterCard = true) {