Fix defect in DB manager identified internally
Signed-off-by: Damon Kaswell <damon.kaswell1@hp.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
d0e85ef9af
commit
8a235456e9
+2
-2
@@ -254,7 +254,7 @@ export class IncrementalIngestionDatabaseManager {
|
||||
next_action_at,
|
||||
ingestion_completed_at: new Date(),
|
||||
status: 'resting',
|
||||
completion_ticket: v4(),
|
||||
completion_ticket: 'open',
|
||||
});
|
||||
|
||||
return { provider, ingestionsDeleted, marksDeleted, markEntitiesDeleted };
|
||||
@@ -375,7 +375,7 @@ export class IncrementalIngestionDatabaseManager {
|
||||
next_action_at,
|
||||
ingestion_completed_at: new Date(),
|
||||
status: 'resting',
|
||||
completion_ticket: v4(),
|
||||
completion_ticket: 'open',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user