Skip to content

Commit 2a93e26

Browse files
type fix
1 parent f02cacb commit 2a93e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/maps/server/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class MapsPlugin implements Plugin {
148148
}
149149

150150
let isEnterprisePlus = false;
151-
let lastLicenseId: string;
151+
let lastLicenseId: string | undefined;
152152
const emsSettings = new EMSSettings(mapsLegacyConfig, () => isEnterprisePlus);
153153
licensing.license$.subscribe((license: ILicense) => {
154154
const enterprise = license.check(APP_ID, 'enterprise');

0 commit comments

Comments
 (0)