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(() => {
53515351 *
53525352 * @param {string} sourceName - The name of the source lorebook file.
53535353 * @param {string} targetName - The name of the target lorebook file.
53545354 * @param {string|number} uid - The UID of the entry to move from the source lorebook.
53555355 * @returns {Promise<boolean>} True if the move was successful, false otherwise.
53565356 */
53575357export async function moveWorldInfoEntry(sourceName, targetName, uid) {