Qodana: fix async warnings

This commit is contained in:
Rory&
2026-03-14 03:26:26 +01:00
parent 589dd7dea7
commit b5e63c06b6
26 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -256,4 +256,4 @@ async function main() {
);
}
main();
main().then(() => {});