add setImmediate and setTimeout

This commit is contained in:
Chayapak 2023-07-09 16:51:43 +07:00
parent 002a715d5a
commit 3101da15e4

View file

@ -47,7 +47,9 @@ io.on('connection', (socket) => {
ChatMessage,
mc,
moment,
crypto
crypto,
setImmediate,
setTimeout
}
})
}