Skip to content

Commit

Permalink
fix: removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Aug 27, 2024
1 parent 68a254d commit fca3914
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ func (b *LyticsBulkUploader) createCSVFile(existingFilePath string, streamTraits
err := b.PopulateCsvFile(actionFile, streamTraitsMapping, line, data)
if err != nil {
actionFile.FailedJobIDs = append(actionFile.FailedJobIDs, data.Metadata.JobID)
} else {
actionFile.SuccessfulJobIDs = append(actionFile.SuccessfulJobIDs, data.Metadata.JobID)
actionFile.EventCount++
}
}

Expand Down

0 comments on commit fca3914

Please sign in to comment.