mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 16:33:58 +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