Spaces:
Runtime error
Runtime error
Niv Sardi
commited on
Commit
·
f1b8483
1
Parent(s):
dd9165a
deno: update filenames
Browse files- 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/
|
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 |
}
|