Type fixes
parent
10dde1bbf3
commit
4f6612f48c
|
@ -38,7 +38,7 @@ export function getLocationOptions() {
|
||||||
];
|
];
|
||||||
|
|
||||||
Object.values(appStore).forEach((app) => {
|
Object.values(appStore).forEach((app) => {
|
||||||
if ("locationOption" in app.lib) {
|
if ("lib" in app && "locationOption" in app.lib) {
|
||||||
defaultLocations.push(app.lib.locationOption);
|
defaultLocations.push(app.lib.locationOption);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue