Skip to content

Commit

Permalink
fix(script): change description to dataset_description in catalogue-s…
Browse files Browse the repository at this point in the history
…ync.ts
  • Loading branch information
lemilonkh committed Mar 29, 2024
1 parent db17020 commit 8f0aaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/catalogue-sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Source {
dataset_name: string;
source_type: string;
url: string;
description: string;
dataset_description: string;
access_type: string;
geographical_location: string;
start_year: number;
Expand Down

0 comments on commit 8f0aaf3

Please sign in to comment.