Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Mar 15, 2022
1 parent 4727a77 commit 0fc33f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/expressions/common/service/expressions_fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class ExpressionsServiceFork implements ExpressionServiceFork {
/**
* @note Workaround since the expressions service is frozen.
*/
constructor(private namespace: string, private expressions: ExpressionsService) {}
constructor(private namespace: string, private expressionsService: ExpressionsService) {}

/**
* Returns Kibana Platform *setup* life-cycle contract. Useful to return the
Expand Down

0 comments on commit 0fc33f1

Please sign in to comment.