Skip to content

Commit

Permalink
Update dataset file URL to point to the latest vehicles data
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Feb 11, 2025
1 parent 488d7a9 commit 06d1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sync-vehicles/src/tasks/sync-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Papa from 'papaparse';

/* * */

const DATASET_FILE_URL = 'https://storage.carrismetropolitana.pt/static/test/vehicles.csv';
const DATASET_FILE_URL = 'https://raw.githubusercontent.com/carrismetropolitana/datasets/refs/heads/latest/vehicles/vehicles.csv';

/* * */

Expand Down

0 comments on commit 06d1259

Please sign in to comment.