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