Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
  • Loading branch information
yujin-emma committed Feb 6, 2024
1 parent 9b0d78c commit dccbe4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function checkConflictsForDataSource({
});
} else if (previoudDataSourceId === dataSourceId) {
filteredObjects.push(object);
} else if (previoudDataSourceId && previoudDataSourceId !== dataSourceId) {
} else {
if (ignoreRegularConflicts) {
/**
* use old key and new value in the importIdMap
Expand Down

0 comments on commit dccbe4c

Please sign in to comment.