We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02cacb commit 2a93e26Copy full SHA for 2a93e26
x-pack/plugins/maps/server/plugin.ts
@@ -148,7 +148,7 @@ export class MapsPlugin implements Plugin {
148
}
149
150
let isEnterprisePlus = false;
151
- let lastLicenseId: string;
+ let lastLicenseId: string | undefined;
152
const emsSettings = new EMSSettings(mapsLegacyConfig, () => isEnterprisePlus);
153
licensing.license$.subscribe((license: ILicense) => {
154
const enterprise = license.check(APP_ID, 'enterprise');
0 commit comments