Skip to content

Commit 70ce261

Browse files
committed
fixed typo
1 parent f3dca7b commit 70ce261

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
@@ -30,7 +30,7 @@
3030
let sqlQuery = `SELECT * from titles WHERE title_id LIKE "tt00000%";`;
3131
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
3232
let dbUrl =
33-
"https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tgca.db";
33+
"https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
3434
import Prism from "prismjs";
3535
import "prismjs/components/prism-sql";
3636

0 commit comments

Comments
 (0)