Skip to content

Commit 45e5749

Browse files
Update flexcard.ts
1 parent abfb9ab commit 45e5749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/flexcard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ export class CardMigrationTool extends BaseMigrationTool implements MigrationToo
10671067
}
10681068
value.migrationSuccess = false;
10691069
} else {
1070-
if (newrecord.hasErrors || newrecord?.success === false) {
1070+
if (newrecord.hasErrors) {
10711071
value.error = newrecord.errors;
10721072
value.migrationSuccess = false;
10731073
} else {

0 commit comments

Comments
 (0)