diff --git a/projects/file_enrichment/file_enrichment/noseyparker.py b/projects/file_enrichment/file_enrichment/noseyparker.py index 5bdf6ad..d4767f3 100644 --- a/projects/file_enrichment/file_enrichment/noseyparker.py +++ b/projects/file_enrichment/file_enrichment/noseyparker.py @@ -124,7 +124,7 @@ async def store_noseyparker_results( cur.execute( """ UPDATE workflows - SET enrichments_success = array_append(enrichments_failure, %s) + SET enrichments_success = array_append(enrichments_success, %s) WHERE object_id = %s """, ("noseyparker", object_id),