Skip to content

Commit

Permalink
Update schemas.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tendev-eoghan authored Jan 8, 2025
1 parent ef0d492 commit 63ca5e7
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 @@ -351,7 +351,7 @@ export interface DatasetShareSchema {

export interface DatasetVersion {
tags?: string[];
asOf: string;
as_of: string;
}

export interface FeedbackSourceBase {
Expand Down

0 comments on commit 63ca5e7

Please sign in to comment.