mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-25 17:35:39 +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 () => {
|
onMount(async () => {
|
||||||
|
do_hash_search()
|
||||||
const res = await fetch(`${LUOXU_URL}/groups`)
|
const res = await fetch(`${LUOXU_URL}/groups`)
|
||||||
groups = (await res.json()).groups
|
groups = (await res.json()).groups
|
||||||
do_hash_search()
|
|
||||||
})
|
})
|
||||||
|
|
||||||
function update_title() {
|
function update_title() {
|
||||||
|
Loading…
Reference in New Issue
Block a user