Skip to content

Commit

Permalink
Merge pull request #2235 from opencb/TASK-3822
Browse files Browse the repository at this point in the history
TASK-3822 - Case report cannot be accessed after opencga update
  • Loading branch information
pfurio authored Jan 23, 2023
2 parents 0b8c5c1 + 551463d commit f0f95a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected void run() throws Exception {

bulk.add(new UpdateOneModel<>(
eq("_id", document.get("_id")),
new Document("$set", new Document("qualityControl.variant", signatures)))
new Document("$set", new Document("qualityControl.variant.signatures", signatures)))
);
}
});
Expand Down

0 comments on commit f0f95a6

Please sign in to comment.