4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
|
module.exports = Self => {
|
||
|
require('../methods/worker-time-control-mail/checkInbox')(Self);
|
||
|
};
|