Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/kibana into fix_new_tab_dri…
Browse files Browse the repository at this point in the history
…lldown_2022-02-04
  • Loading branch information
Heenawter committed Feb 7, 2022
2 parents 550ce12 + cabec14 commit 67f72fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/cases/server/client/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class CasesClientFactory {
caseConfigureService: new CaseConfigureService(this.logger),
connectorMappingsService: new ConnectorMappingsService(this.logger),
userActionService: new CaseUserActionService(this.logger),
attachmentService: new AttachmentService(this.logger),
attachmentService,
logger: this.logger,
lensEmbeddableFactory: this.options.lensEmbeddableFactory,
authorization: auth,
Expand Down

0 comments on commit 67f72fa

Please sign in to comment.