Skip to content

Commit 95cf001

Browse files
committed
lint
1 parent f386589 commit 95cf001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-email/src/commands/resend-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function resendSetup() {
1414
const { apiKey } = await prompts({
1515
type: 'password',
1616
name: 'apiKey',
17-
message: 'Enter your API Key (make sure it has "Full Access")'
17+
message: 'Enter your API Key (make sure it has "Full Access")',
1818
});
1919

2020
conf.set('resendApiKey', apiKey);

0 commit comments

Comments
 (0)