[fix] name appending wrong

This commit is contained in:
kwaroran
2023-12-24 22:07:12 +09:00
parent 464fcccf6d
commit 036fc00f7b
6 changed files with 37 additions and 12 deletions

View File

@@ -625,6 +625,7 @@ export async function getRisuHub(arg?:{
page?:number,
nsfw?:boolean
sort?:string
updateData?:boolean
}):Promise<hubType[]> {
try {
const da = await fetch(hubURL + '/hub/list', {