mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix type error
This commit is contained in:
@@ -5351,7 +5351,7 @@ jQuery(() => {
|
|||||||
*
|
*
|
||||||
* @param {string} sourceName - The name of the source lorebook file.
|
* @param {string} sourceName - The name of the source lorebook file.
|
||||||
* @param {string} targetName - The name of the target 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.
|
* @returns {Promise<boolean>} True if the move was successful, false otherwise.
|
||||||
*/
|
*/
|
||||||
export async function moveWorldInfoEntry(sourceName, targetName, uid) {
|
export async function moveWorldInfoEntry(sourceName, targetName, uid) {
|
||||||
|
Reference in New Issue
Block a user