Don't migrate custom layout if type is invalid (#3645)

This commit is contained in:
stefansjfw 2020-05-25 10:59:05 +02:00 committed by GitHub
parent 83afd55e0e
commit 791518d6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -771,7 +771,7 @@ namespace JSONHelpers
break;
}
default:
abort(); // TODO(stefan): Exception safety
continue;
}
customZoneSetsMap[uuid] = zoneSetData;