Skip to content

Commit 2fa7d83

Browse files
committed
prettier format
1 parent 020f050 commit 2fa7d83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/website/docs/guide/02-commands/06-after-function.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ import {
5959

6060
export const chatInput: ChatInputCommand = async (ctx) => {
6161
const id = after(() => {
62-
console.log(
63-
'This will run after the command has finished executing.',
64-
);
62+
console.log('This will run after the command has finished executing.');
6563
});
6664

6765
if (something) {

0 commit comments

Comments
 (0)