Skip to content

Commit b622dbf

Browse files
Update flexcard.ts - Resolved comments
1 parent b196fc7 commit b622dbf

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
@@ -937,7 +937,7 @@ export class CardMigrationTool extends BaseMigrationTool implements MigrationToo
937937

938938
for (let flexCardAssessmentInfo of flexcardAssessmentInfos) {
939939
try {
940-
if (!flexCardAssessmentInfo.nameMapping) {
940+
if (!flexCardAssessmentInfo?.nameMapping) {
941941
Logger.error(this.messages.getMessage('missingInfo'));
942942
return;
943943
}

0 commit comments

Comments
 (0)