Fix type error

f4d467048b207129afb7325e0ee80c71cd0a89d8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/world-info.js+1 -1
@@ -5351,7 +5351,7 @@ jQuery(() => {
5351 *5351 *
5352 * @param {string} sourceName - The name of the source lorebook file.5352 * @param {string} sourceName - The name of the source lorebook file.
5353 * @param {string} targetName - The name of the target lorebook file.5353 * @param {string} targetName - The name of the target lorebook file.
5354 * @param {number} uid - The UID of the entry to move from the source lorebook.5354 * @param {string|number} uid - The UID of the entry to move from the source lorebook.
5355 * @returns {Promise<boolean>} True if the move was successful, false otherwise.5355 * @returns {Promise<boolean>} True if the move was successful, false otherwise.
5356 */5356 */
5357export async function moveWorldInfoEntry(sourceName, targetName, uid) {5357export async function moveWorldInfoEntry(sourceName, targetName, uid) {