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