mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-22 07:08:05 +00:00
don't wait for group info if hash is given
This commit is contained in:
parent
11e44dabc3
commit
7c0fe6b022
@ -26,9 +26,9 @@
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
do_hash_search()
|
||||
const res = await fetch(`${LUOXU_URL}/groups`)
|
||||
groups = (await res.json()).groups
|
||||
do_hash_search()
|
||||
})
|
||||
|
||||
function update_title() {
|
||||
|
Loading…
Reference in New Issue
Block a user