Skip to content

Commit

Permalink
Make isEsSecurityEnabled a public method.
Browse files Browse the repository at this point in the history
Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
cjcenizal and alisonelizabeth authored Apr 15, 2021
1 parent 0706a25 commit 3add225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/license_api_guard/server/license.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class License {
}

// eslint-disable-next-line @typescript-eslint/explicit-member-accessibility
get isEsSecurityEnabled() {
public get isEsSecurityEnabled() {
return this._isEsSecurityEnabled;
}
}

0 comments on commit 3add225

Please sign in to comment.