Skip to content

Commit

Permalink
100% code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Otten committed Nov 23, 2023
1 parent 66da178 commit b8ddd0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sportlink-to-mailchimp-converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ function parseCsv(file: LocalFile) {
transform(value) {
return value.trim().replace('"', '').replace('"', '')
},
error: (error: Error) => {
reject(error)
},
complete: (results: Papa.ParseResult<SportlinkRow>) => {
if (results.errors.length > 0) {
reject(results.errors)
Expand Down

0 comments on commit b8ddd0c

Please sign in to comment.