From b6edf80e7e2fbc85661e0d0bd039aae3cf2e80f7 Mon Sep 17 00:00:00 2001 From: BRAVO68WEB Date: Sat, 8 Jan 2022 02:23:01 +0530 Subject: [PATCH] Initial Release --- email.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email.js b/email.js index c7e6523..338f82e 100644 --- a/email.js +++ b/email.js @@ -183,4 +183,4 @@ function webhookError(title, error) { function loop() { unread(null); setTimeout(loop, 10000); -} +} \ No newline at end of file