Skip to content

Commit 1e6fa21

Browse files
committed
Test trigger
1 parent 39f5ac4 commit 1e6fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/send-mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export async function sendMail(mail: IParsedMBox,
181181
Object.assign(transportOpts, JSON.parse(smtpOpts));
182182
}
183183

184-
await new Promise(res => setTimeout(res, 5000)); // Sleep 5 seconds
184+
await new Promise(res => setTimeout(res, 5000)); // Sleep for 5 seconds
185185

186186
return new Promise<string>((resolve, reject) => {
187187
const transporter = createTransport(transportOpts);

0 commit comments

Comments
 (0)