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

View File

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