From a70f86336db5dfd616196175e5f4e88247d00688 Mon Sep 17 00:00:00 2001 From: swayangjit Date: Sat, 4 Jul 2020 12:20:55 +0530 Subject: [PATCH] Issue #SB-000 fix: Fixed jenkins build issue. --- .../explore-books-sort/explore-books-sort.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/resources/explore-books-sort/explore-books-sort.component.ts b/src/app/resources/explore-books-sort/explore-books-sort.component.ts index 06f8704e90..c3084fa102 100644 --- a/src/app/resources/explore-books-sort/explore-books-sort.component.ts +++ b/src/app/resources/explore-books-sort/explore-books-sort.component.ts @@ -35,7 +35,7 @@ export class ExploreBooksSortComponent implements OnInit, OnDestroy { defaultImg: string; constructor( private platform: Platform, - private commonUtilService: CommonUtilService, + public commonUtilService: CommonUtilService, private telemetryGeneratorService: TelemetryGeneratorService, private fb: FormBuilder, private modalCtrl: ModalController,