mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-06 02:53:15 +08:00
fix: Process ids are now preserved in migration
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user