Skip to content

Commit

Permalink
fix(update-db): Correct typo in csv-parse sync library import (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
melink14 authored Nov 29, 2021
1 parent c8613d9 commit 8529f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Writable,
WritableOptions,
} from 'stream';
import { parse } from 'csv-parse/lib/sync';
import { parse } from 'csv-parse/sync';
import fs, { WriteStream, promises as promiseFs } from 'fs';
import http from 'http';
import iconv from 'iconv-lite';
Expand Down

0 comments on commit 8529f12

Please sign in to comment.