Skip to content

Commit

Permalink
Merge pull request #134 from ssi-dk/feat/add-new-field-mappings
Browse files Browse the repository at this point in the history
fix: change scheme to schema
  • Loading branch information
sjkp authored Dec 20, 2024
2 parents 3f580f9 + adb0b2c commit e981654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bifrost/bifrost_listener/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ def agg_pipeline(changed_ids=None):
"multiple_alleles": "$categories.cgmlst.summary.multiple_alleles",
"cgmlst_schema": {
"$concat": [
"$categories.cgmlst.report.scheme.name",
"$categories.cgmlst.report.schema.name",
" (",
"$categories.cgmlst.report.scheme.digest",
"$categories.cgmlst.report.schema.digest",
")"
]
},
Expand Down

0 comments on commit e981654

Please sign in to comment.