Skip to content

Commit ff9191f

Browse files
fix: resovle conflicts
1 parent d93c4f2 commit ff9191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migration/related/OmnistudioRelatedObjectMigrationFacade.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export default class OmnistudioRelatedObjectMigrationFacade {
124124
if (relatedObjects.includes(Constants.FlexiPage)) {
125125
flexipageAssessmentInfos = isMigration ? this.flexipageMigration.migrate() : this.flexipageMigration.assess();
126126
}
127-
} catch (Error) {
127+
} catch (error) {
128128
// Log the error
129129
Logger.error('Error processing related objects', error);
130130
}

0 commit comments

Comments
 (0)