test DB
This commit is contained in:
parent
683d79139a
commit
2e88eb4697
|
|
@ -155,7 +155,7 @@ const sendNotification = async () => {
|
|||
|
||||
await client.messages.send(params);
|
||||
}
|
||||
}, 3000);
|
||||
}, 5000);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
let params = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue