Skip to content

Commit

Permalink
core: Removed condition where it sets to empty foreign key fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rbatistadev authored and mmadariaga committed Jun 29, 2023
1 parent 9bd76f1 commit 9d76364
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/src/services/api/genericForeigKeyResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ export default async function genericForeignKeyResolver(
successCallback: async (response) =>
await entityObject2ListLink(props, data, response),
});
} else {
for (const idx in data) {
data[idx][fkFld] = '';
}
}

return data;
Expand Down

0 comments on commit 9d76364

Please sign in to comment.