2024-07-18 12:40:18 +08:00

6 lines
101 B
JavaScript

const expiredNotify = require('./expired-notify')
module.exports = () => {
expiredNotify()
}