Conform to no-floating-promises (#27561)

This commit is contained in:
Michael Telatynski
2024-06-12 17:17:29 +01:00
committed by GitHub
parent 9039e70990
commit a0eb94704e
8 changed files with 31 additions and 31 deletions

View File

@@ -120,4 +120,4 @@ async function initPage(): Promise<void> {
}
}
initPage();
void initPage();