Merge pull request #31818 from overleaf/ar-actually-dedupe
[monorepo] run npm dedupe GitOrigin-RevId: 6133acd7b28b536b777962024fd318c9c4d6c091
This commit is contained in:
@@ -126,6 +126,7 @@ export async function main(trackProgress) {
|
||||
|
||||
// Load and Parse CSV
|
||||
const content = fs.readFileSync(inputFile, 'utf-8')
|
||||
/** @type {PriceRecord[]} */
|
||||
const records = csv.parse(content, { columns: true, skip_empty_lines: true })
|
||||
|
||||
if (records.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user