diff --git a/public/scripts/world-info.js b/public/scripts/world-info.js index 0cd342628..2ea7c9875 100644 --- a/public/scripts/world-info.js +++ b/public/scripts/world-info.js @@ -5351,7 +5351,7 @@ jQuery(() => { * * @param {string} sourceName - The name of the source lorebook file. * @param {string} targetName - The name of the target lorebook file. - * @param {number} uid - The UID of the entry to move from the source lorebook. + * @param {string|number} uid - The UID of the entry to move from the source lorebook. * @returns {Promise} True if the move was successful, false otherwise. */ export async function moveWorldInfoEntry(sourceName, targetName, uid) {