Skip to content

Commit

Permalink
fix static checks in openapi-gen (apache#44922)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Dec 13, 2024
1 parent 464e9ee commit 90e22d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/ui/openapi-gen/requests/services.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ export class AssetService {
source_task_id: data.sourceTaskId,
source_run_id: data.sourceRunId,
source_map_index: data.sourceMapIndex,
timestampGte: data.timestampGte,
timestampLte: data.timestampLte,
timestamp_gte: data.timestampGte,
timestamp_lte: data.timestampLte,
},
errors: {
401: "Unauthorized",
Expand Down

0 comments on commit 90e22d5

Please sign in to comment.