Commit 00773599 authored by 2breakegg's avatar 2breakegg

Merge remote-tracking branch 'origin/master'

parents ed7d950c 27471866
......@@ -290,7 +290,7 @@ export class AppsService {
if (Array.isArray(value)) {
let map = new Map<string, App>();
for (let appId of value) {
map.set(appId, apps.get(appId));
map.set(appId, apps.get(appId)!);
}
app[key] = map;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment