Skip to content

Commit dedd20d

Browse files
committed
refactor: cleanup comment
1 parent 3324144 commit dedd20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const checkMxRecords = async (email) => {
2828
const domain = email.split('@')[1];
2929

3030
try {
31-
// Introduce a delay for testing purposes
31+
// Delay for testing purposes
3232
if (process.env.NODE_ENV === 'test') {
3333
await setTimeout(10); // Simulate a delay in DNS lookup
3434
}

0 commit comments

Comments
 (0)