From 47e6cd440392c9ddcef607b7b603eeaeb70474ad Mon Sep 17 00:00:00 2001 From: Varsha Mahuli Date: Sun, 11 Aug 2024 18:02:49 +0530 Subject: [PATCH] enabled syncReports in zipReports and upload --- .../report/zipreports/ZipReportsWithSecurityModel.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch-models/src/main/scala/org/ekstep/analytics/dashboard/report/zipreports/ZipReportsWithSecurityModel.scala b/batch-models/src/main/scala/org/ekstep/analytics/dashboard/report/zipreports/ZipReportsWithSecurityModel.scala index 8849abcf..892cb690 100644 --- a/batch-models/src/main/scala/org/ekstep/analytics/dashboard/report/zipreports/ZipReportsWithSecurityModel.scala +++ b/batch-models/src/main/scala/org/ekstep/analytics/dashboard/report/zipreports/ZipReportsWithSecurityModel.scala @@ -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 {