mirror of
https://github.com/certd/certd.git
synced 2026-04-21 18:37:28 +08:00
feat: 腾讯云证书clb支持与删除
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function (timeout) {
|
||||
return new Promise(resolve => {
|
||||
setTimeout(() => {
|
||||
resolve()
|
||||
}, timeout)
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user