Skip to content

Commit

Permalink
removed unused parsing option.
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojoray committed May 3, 2024
1 parent 5f3b30a commit a8cdc79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion offchain/tests/admin/create-pellets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { parse } from "jsr:@std/csv";
const text = await Deno.readTextFile("tests/admin/pellets.csv");
const data = parse(text, {
skipFirstRow: true,
strip: true,
columns: ["fuel", "pos_x", "pos_y"],
});
const params = data.map((p) => ({
Expand Down

0 comments on commit a8cdc79

Please sign in to comment.