Fix type error

This commit is contained in:
Cohee
2025-03-27 22:20:28 +02:00
parent 280608f061
commit f4d467048b

View File

@@ -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<boolean>} True if the move was successful, false otherwise.
*/
export async function moveWorldInfoEntry(sourceName, targetName, uid) {