mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-16 11:41:08 +00:00
chore: enable no-floating-promises
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user