Initial Release

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-01-08 02:23:01 +05:30
parent ffafea5348
commit b6edf80e7e
1 changed files with 1 additions and 1 deletions

View File

@ -183,4 +183,4 @@ function webhookError(title, error) {
function loop() {
unread(null);
setTimeout(loop, 10000);
}
}