Skip to content

Commit 3f3ec38

Browse files
enhancement(lint): Fix lint errors for src/events/handle_btn.ts
Co-authored-by: NeonGamerBot-QK <[email protected]> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent acf70f3 commit 3f3ec38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/events/handle_btn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default function (app: ModifiedApp) {
77
console.log(`#button`);
88
await ack();
99
// if (state.values.action === "leave") {
10-
//@ts-ignore
11-
await client.conversations.leave({ channel: par.body.channel?.id! });
10+
//@ts-ignore
11+
await client.conversations.leave({ channel: par.body.channel?.id! });
1212
// }
1313
});
1414
}

0 commit comments

Comments
 (0)