Skip to content

Commit 1a692da

Browse files
committed
typo in the table name
1 parent 3cc5fe9 commit 1a692da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{ value: "16384", name: "16384" },
2828
{ value: "32768", name: "32768" },
2929
];
30-
let sqlQuery = `SELECT * from tcag_table;`;
30+
let sqlQuery = `SELECT * from tcga_table;`;
3131
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
3232
let dbUrl =
3333
"https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";

0 commit comments

Comments
 (0)