mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix ambiguous typing
This commit is contained in:
@@ -4761,6 +4761,11 @@ async function downloadChubCharacter(id) {
|
|||||||
return { buffer, fileName, fileType };
|
return { buffer, fileName, fileType };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @param {String} str
|
||||||
|
* @returns { { id: string, type: "character" | "lorebook" } | null }
|
||||||
|
*/
|
||||||
function parseChubUrl(str) {
|
function parseChubUrl(str) {
|
||||||
const splitStr = str.split('/');
|
const splitStr = str.split('/');
|
||||||
const length = splitStr.length;
|
const length = splitStr.length;
|
||||||
|
Reference in New Issue
Block a user