fix some linting

This commit is contained in:
Wolfsblvt
2025-04-25 20:58:28 +02:00
parent 05c010223b
commit 6eb89bd21c
2 changed files with 5 additions and 5 deletions

View File

@ -1047,7 +1047,7 @@ export function getImageSizeFromDataURL(dataUrl) {
/**
* Gets the filename of the character avatar without extension
* @param {number?} [chid=null] - Character ID. If not provided, uses the current character ID
* @param {string|number?} [chid=null] - Character ID. If not provided, uses the current character ID
* @param {object} [options={}] - Options arguments
* @param {string?} [options.manualAvatarKey=null] - Manually take the following avatar key, instead of using the chid to determine the name
* @returns {string?} The filename of the character avatar without extension, or null if the character ID is invalid