await
This commit is contained in:
parent
78c75dfaea
commit
e893728294
@ -267,10 +267,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
withLoadingScreen(() => {
|
||||
loadStatus();
|
||||
loadErrors();
|
||||
loadGuilds();
|
||||
withLoadingScreen(async () => {
|
||||
await loadStatus();
|
||||
await loadErrors();
|
||||
await loadGuilds();
|
||||
});
|
||||
</script>
|
||||
{{end}}
|
Loading…
x
Reference in New Issue
Block a user