fork of hey-api/openapi-ts because I need some additional things

refactor: remove unused client and httpClient parameters from getPetById method

Max Scopp 2166d56e e50201ff

-2
-2
examples/openapi-ts-angular/src/app/demo/demo.ts
··· 72 72 73 73 onGetPetById = async () => { 74 74 const { data, error, response } = await getPetById({ 75 - client: localClient, 76 - httpClient: this.#http, 77 75 path: { 78 76 // random id 1-10 79 77 petId: Math.floor(Math.random() * (10 - 1 + 1) + 1),