Conform to no-floating-promises (#27561)
This commit is contained in:
committed by
GitHub
parent
9039e70990
commit
a0eb94704e
@@ -138,7 +138,7 @@ export async function loadLanguage(): Promise<void> {
|
||||
}
|
||||
|
||||
export async function loadTheme(): Promise<void> {
|
||||
setTheme();
|
||||
return setTheme();
|
||||
}
|
||||
|
||||
export async function loadApp(fragParams: {}): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user