mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-22 07:08:05 +00:00
set group to empty on group info load
This commit is contained in:
parent
11d7288e7d
commit
befcf435d1
@ -29,6 +29,9 @@
|
||||
do_hash_search()
|
||||
const res = await fetch(`${LUOXU_URL}/groups`)
|
||||
groups = (await res.json()).groups
|
||||
if(!group) {
|
||||
group = ''
|
||||
}
|
||||
})
|
||||
|
||||
function update_title() {
|
||||
|
Loading…
Reference in New Issue
Block a user