Skip to content

Commit

Permalink
fix duplicate output
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonmyers committed Sep 23, 2024
1 parent 4f9afaf commit c49f196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion writeToCSV.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const writeToCSV = (courseId, data) => {
})
} else {
appendRow(csvPath, Object.values(topicDetails))
appendRow(csvPath, Object.values(topicDetails))
}
})
}
Expand Down

0 comments on commit c49f196

Please sign in to comment.