Skip to content

Commit

Permalink
fix migration logic
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymczakJ committed Apr 16, 2024
1 parent 8de7fc6 commit fc9f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/migrations/RenameCardIsVirtual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function () {
nameValuePairs: {
isVirtual: card.isVirtual,
},
isVirtual: null,
isVirtual: undefined,
},
};
}, {});
Expand Down

0 comments on commit fc9f595

Please sign in to comment.