Merge branch 'dev'
commit
f7c132aaea
|
@ -79,7 +79,6 @@ export default async function departmentPager(client: Client): Promise<NodeJS.Ti
|
|||
setupDepartmentCodes(client);
|
||||
// eslint-disable-next-line no-shadow
|
||||
async function start(client: Client) {
|
||||
// const acknowledgements = require(`${__dirname}/../configs/acknowledgements.json`);
|
||||
async function resolveStaffInformation(id: string) {
|
||||
return client.db.Staff.findOne({ userID: id }); // acknowledgements.find((m) => m.id === id);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue