Skip to content

Commit

Permalink
Fix response type
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk-dev committed Apr 11, 2024
1 parent cc137b1 commit fe1328a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runner/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ImageResponse"
"$ref": "#/components/schemas/VideoResponse"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions worker/runner.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe1328a

Please sign in to comment.