test DB
This commit is contained in:
parent
f926678676
commit
ad7ca63ca2
|
|
@ -52,7 +52,7 @@ const sendNotification = async () => {
|
|||
log += stderr;
|
||||
}
|
||||
});
|
||||
|
||||
console.log({auto1: auto1, auto2:auto2, log: log})
|
||||
setTimeout(async () => {
|
||||
if (process.argv[2] === "interval") {
|
||||
if (log.includes("succeeded") === false) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue