Skip to content

Commit

Permalink
fix: CQDG-00 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed Nov 22, 2023
1 parent 40ba139 commit 0f5cd56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FhavroExporter(bucketName: String, releaseId: String, studyId: String)
case Some(study) => {
val studyVersion = extractVersionFromRessource(study)
if(studyVersion.isDefined){
bundleWithStudy.withTag(null, s"study_version:$studyVersion")
bundleWithStudy.withTag(null, studyVersion.get)
} else {
bundleWithStudy
}
Expand Down

0 comments on commit 0f5cd56

Please sign in to comment.