Skip to content

Commit

Permalink
fix(postman): fix build error
Browse files Browse the repository at this point in the history
fixes #250
  • Loading branch information
ostridm committed Oct 4, 2024
1 parent f915e11 commit 935e7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oas/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export const oas2har = (
return new DefaultConverter(
baseUrlParser,
subConverterRegistry,
securityRequirementsFactory,
securityRequirementsFactory
).convert(collection);
};

0 comments on commit 935e7a5

Please sign in to comment.