add dept pager

merge-requests/15/head
Matthew 2020-07-12 01:09:09 -04:00
parent 2095ab773f
commit 2e96cb94aa
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -359,6 +359,6 @@ export default function departmentPager(client: Client): NodeJS.Timeout {
if (acknowledgement?.emailAddress) await directorPagers.updateOne({ $pull: { emailAddresses: acknowledgement.emailAddress } });
}
}
}, 30000);
}, 300000);
return interval;
}