This commit is contained in:
rxdn 2020-06-18 15:24:28 +01:00
parent 78c75dfaea
commit e893728294

View File

@ -267,10 +267,10 @@
}
}
withLoadingScreen(() => {
loadStatus();
loadErrors();
loadGuilds();
withLoadingScreen(async () => {
await loadStatus();
await loadErrors();
await loadGuilds();
});
</script>
{{end}}