Skip to content

Commit

Permalink
fix: code gen formData type
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed May 10, 2024
1 parent fb3677f commit 90f37fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/lib/api/client/services.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class UploadService {
return __request(OpenAPI, {
method: "POST",
url: "/v1/upload",
// @ts-ignore
formData: data.formData,
mediaType: "multipart/form-data",
errors: {
Expand Down

0 comments on commit 90f37fd

Please sign in to comment.