mirror of
https://github.com/certd/certd.git
synced 2026-04-25 13:17:25 +08:00
perf: 腾讯云dns provider 支持腾讯云的accessId
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
async function wait(ms) {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, ms);
|
||||
});
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
wait
|
||||
};
|
||||
Reference in New Issue
Block a user