Niv Sardi commited on
Commit
f1b8483
1 Parent(s): dd9165a

deno: update filenames

Browse files
Files changed (1) hide show
  1. deno/index.ts +1 -1
deno/index.ts CHANGED
@@ -95,7 +95,7 @@ function process(o: { id: int, url: string, bco: string, name: string }): Promis
95
  async function run() {
96
  let text;
97
  try {
98
- text = await Deno.readTextFile("./data/entidades.csv")
99
  } catch (e) {
100
  console.error(`couldn't read csv: ${e}`)
101
  }
 
95
  async function run() {
96
  let text;
97
  try {
98
+ text = await Deno.readTextFile("./data/entities.csv")
99
  } catch (e) {
100
  console.error(`couldn't read csv: ${e}`)
101
  }