finished prices
This commit is contained in:
parent
2f5eaef19c
commit
0b33e9a8b6
4 changed files with 13 additions and 10 deletions
|
|
@ -209,6 +209,7 @@ export class QMOperationTracker {
|
|||
const filter: any = {
|
||||
$or: [
|
||||
{ [`operations.${operationName}.lastRunAt`]: { $lt: cutoffDate } },
|
||||
{ [`operations.${operationName}.lastRunAt`]: { $exists: false } },
|
||||
{ [`operations.${operationName}`]: { $exists: false } }
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue