Skip to content

Commit

Permalink
Merge pull request #55 from will-moore/fix_default_csv_url
Browse files Browse the repository at this point in the history
Update default csv url
  • Loading branch information
joshmoore authored Oct 9, 2024
2 parents ea3eebd + c8de58d commit 6b524f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ome2024-ngff-challenge/src/util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Papa from "papaparse";

export const SAMPLES_HOME =
"https://raw.githubusercontent.com/will-moore/ome2024-ngff-challenge/samples_viewer/samples/ngff_samples.csv";
"https://raw.githubusercontent.com/ome/ome2024-ngff-challenge/refs/heads/main/samples/ngff_samples.csv";

export function loadCsv(csvUrl, ngffTable, parentRow = {}, childCount) {
csvUrl = csvUrl + "?_=" + Date.now(); // prevent caching
Expand Down

0 comments on commit 6b524f8

Please sign in to comment.