Before renaming imports to tasks
This commit is contained in:
parent
a494dc6482
commit
86efa11994
18 changed files with 81 additions and 58 deletions
|
@ -131,7 +131,7 @@ async function start() {
|
|||
}
|
||||
|
||||
|
||||
sqlQry = sqlQry.where(column, '<=', currentTs - trigger.seconds_after);
|
||||
sqlQry = sqlQry.where(column, '<=', currentTs - trigger.seconds);
|
||||
|
||||
if (trigger.last_check !== null) {
|
||||
sqlQry = sqlQry.where(column, '>', trigger.last_check);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue