mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-29 02:19:21 +08:00
init
This commit is contained in:
3
server/util.js
Normal file
3
server/util.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.sleep = (ms) => {
|
||||
return new Promise(resolve => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user