Skip to content

Commit

Permalink
Fix broken main: generated JS types (apache#42422)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Sep 23, 2024
1 parent 09fa6d6 commit 38eb5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/ui/openapi-gen/requests/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export type GetDagsPublicDagsGetData = {
onlyActive?: boolean;
orderBy?: string;
paused?: boolean | null;
tags?: Array<string> | null;
tags?: Array<string>;
};

export type GetDagsPublicDagsGetResponse = DAGCollectionResponse;
Expand Down

0 comments on commit 38eb5ce

Please sign in to comment.