mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-27 11:59:18 -05:00
Minor: fix data path in CLI movie tutorial.
This commit is contained in:
@@ -31,7 +31,7 @@ while (true) {
|
||||
|
||||
console.log(`Cleaned up ${cnt} movies`);
|
||||
|
||||
const file = await readFile("../data/Top_1000_IMDb_movies_New_version.csv");
|
||||
const file = await readFile("data/Top_1000_IMDb_movies_New_version.csv");
|
||||
const records = parse(file, {
|
||||
fromLine: 2,
|
||||
// prettier-ignore
|
||||
|
||||
Reference in New Issue
Block a user