Skip to content

Commit

Permalink
fix(msw): fix response http status code in handler function (orval-la…
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab authored May 25, 2024
1 parent e32d4ec commit a7e6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mock/src/msw/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const generateMSW = (
generatorVerbOptions,
generatorOptions,
response.definition.success,
'200',
response.types.success[0].key,
response.imports,
response.types.success,
response.contentTypes,
Expand Down

0 comments on commit a7e6a18

Please sign in to comment.