Skip to content

Commit

Permalink
readonly for static data!
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Nov 20, 2019
1 parent 1928392 commit da5f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/licensing/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class LicensingPlugin implements Plugin<LicensingPluginSetup> {
private licenseFetchSubscription?: Subscription;
private storageSubscription?: Subscription;

private infoEndpoint = '/api/licensing/info';
private readonly infoEndpoint = '/api/licensing/info';
private prevSignature?: string;

constructor(
Expand Down

0 comments on commit da5f5f8

Please sign in to comment.