Skip to content

Commit

Permalink
Trying to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
suityou01 committed Oct 14, 2024
1 parent 05f7836 commit d995fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/destinations/postgresDestination.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function isKeyWord(column) {
}

function getMappingForColumn(mapping, column){
if(mapping.length === 0) { return }
if(mapping.length === 0) { return {} }
const [map] = mapping.filter(m => m.column === column)
return map
}
Expand Down

0 comments on commit d995fa4

Please sign in to comment.