Skip to content

Commit

Permalink
Fix in mainTs
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiab committed Nov 7, 2024
1 parent 6cbfdba commit 05a77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-sda.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Toronto,2010.0,9.9
`;

const mainTs = `import { SimpleDB } from "@nshiab/simple-data-analysis";
import crunchData from "sda/functions/crunchData.ts";
import crunchData from "./functions/crunchData.ts";
const sdb = new SimpleDB({ logDuration: true });
Expand Down

0 comments on commit 05a77d7

Please sign in to comment.