chore: enable no-floating-promises

This commit is contained in:
Peter Steinberger
2026-04-10 20:03:55 +01:00
parent 2940379361
commit dfe4c2d16d
12 changed files with 42 additions and 43 deletions

View File

@@ -169,7 +169,7 @@ describe("Feishu bot menu handler", () => {
createBotMenuEvent({ eventKey: "quick-actions", timestamp: "1700000000001" }),
);
let settled = false;
pending.finally(() => {
void pending.finally(() => {
settled = true;
});