Only load GA when valid key is provided; closes #2678

This commit is contained in:
Dane Everitt 2020-11-08 13:18:15 -08:00
parent de943eac4a
commit 7cf6b4bcfe
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 57 additions and 64 deletions

View file

@ -13,7 +13,7 @@ export interface Allocation {
export interface Server {
id: string;
internalId: number;
internalId: number | string;
uuid: string;
name: string;
node: string;