Skip to content

Commit

Permalink
fix(scripts): importing csv-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 11, 2024
1 parent 1a51d1c commit 53bc99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import-genes.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from "node:fs";
import process from "node:process";
import parseCSVSync from "csv-parse/lib/sync";
import parseCSVSync from "csv-parse/lib/sync.js";

import config from "../config.js";

Expand Down

0 comments on commit 53bc99e

Please sign in to comment.