fix: Process ids are now preserved in migration

This commit is contained in:
Peng-YM
2022-07-05 13:47:20 +08:00
parent 2bb27fbcb7
commit e4ad4df1e0
2 changed files with 1 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ function doMigrationV2() {
},
};
processes.forEach((p) => {
delete p.id;
if (p.type === 'Set Property Operator') {
const { key, value } = p.args;
switch (key) {