From 4967e630fbd64af7b313fc8ee62014aad82a9f7f Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Thu, 5 Apr 2018 12:58:21 -0700 Subject: [PATCH] Build fix (#1085) * added caching for jobs view and history page * added build fix --- src/sql/services/bootstrap/bootstrapServiceImpl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/services/bootstrap/bootstrapServiceImpl.ts b/src/sql/services/bootstrap/bootstrapServiceImpl.ts index 6d09882f41..0a1cef4739 100644 --- a/src/sql/services/bootstrap/bootstrapServiceImpl.ts +++ b/src/sql/services/bootstrap/bootstrapServiceImpl.ts @@ -104,7 +104,7 @@ export class BootstrapService implements IBootstrapService { @ICommandService public commandService: ICommandService, @IDashboardWebviewService public dashboardWebviewService: IDashboardWebviewService, @IJobManagementService public jobManagementService: IJobManagementService, - @IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService + @IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService, @IEnvironmentService public environmentService: IEnvironmentService ) { this.configurationEditorService = this.instantiationService.createInstance(ConfigurationEditingService);