add dept pager
parent
2095ab773f
commit
2e96cb94aa
|
@ -359,6 +359,6 @@ export default function departmentPager(client: Client): NodeJS.Timeout {
|
||||||
if (acknowledgement?.emailAddress) await directorPagers.updateOne({ $pull: { emailAddresses: acknowledgement.emailAddress } });
|
if (acknowledgement?.emailAddress) await directorPagers.updateOne({ $pull: { emailAddresses: acknowledgement.emailAddress } });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 30000);
|
}, 300000);
|
||||||
return interval;
|
return interval;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue