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

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3174 from hey-api/chore/fix-snapshot

chore: fix snapshots

authored by

Lubos and committed by
GitHub
704e9a5c 50c04214

+4
+4
packages/openapi-ts-tests/__snapshots__/plugins/@tanstack/meta/client/client.gen.ts
··· 267 267 } 268 268 return request; 269 269 }, 270 + serializedBody: getValidRequestBody(opts) as 271 + | BodyInit 272 + | null 273 + | undefined, 270 274 url, 271 275 }); 272 276 };