Skip to content

Commit 5cce128

Browse files
committed
lint
1 parent c140f37 commit 5cce128

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-email/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ program
6565
program
6666
.command('resend')
6767
.command('reset')
68-
.description(
69-
'Deletes your API Key from the React Email configuration',
70-
)
68+
.description('Deletes your API Key from the React Email configuration')
7169
.action(resendReset);
7270

7371
program.parse();

0 commit comments

Comments
 (0)