fix post delays
This commit is contained in:
parent
15d5275a87
commit
56c57c5983
|
@ -129,8 +129,6 @@ app.get('/callback', function(req, res) {
|
||||||
} else {
|
} else {
|
||||||
console.log("Note was not created");
|
console.log("Note was not created");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
console.log("Skipping post");
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log("No change in data, go on.");
|
console.log("No change in data, go on.");
|
||||||
|
|
Loading…
Reference in New Issue