Skip to content

Commit

Permalink
enabled syncReports in zipReports and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamahuli97 committed Aug 11, 2024
1 parent b5166e2 commit 47e6cd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ object ZipReportsWithSecurityModel extends AbsDashboardModel {
// Upload the zip file to blob storage
val zipReporthPath = s"${conf.destinationDirectoryPath}/$mdoid"
//sync reports
//syncReports(zipFilePath, zipReporthPath)
syncReports(zipFilePath, zipReporthPath)
}
}
} else {
Expand Down

0 comments on commit 47e6cd4

Please sign in to comment.