Skip to content

Commit

Permalink
fix(js): fix formatting in schemas.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicJon committed Jun 22, 2024
1 parent 8efe05e commit 15427e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export interface DatasetShareSchema {

export interface DatasetVersion {
/** A list of tags for the version */
tags: string[],
tags: string[];
/** The ISO date of the version */
as_of: string;
}
Expand Down

0 comments on commit 15427e7

Please sign in to comment.