Skip to content

Commit

Permalink
Merge branch 'master' into use-native-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornreppen authored Oct 11, 2023
2 parents e31cb1c + 5c9cc78 commit 1ccb7f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/csv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//const parse = require("csv-parse/lib/sync");
const parse = require('csv-parse/sync')
const { parse } = require('csv-parse/sync')
const fs = require("fs");

/**
Expand Down

0 comments on commit 1ccb7f9

Please sign in to comment.