Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Aug 20, 2023
1 parent 93b277b commit 86e0205
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/adapter-oa3/adapter/getBodyResponseExample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ const getBodyResponseExample: BodyResponse[] = (
const bodyResponse: BodyResponse[] = [];
Object.entries(responsesObject).forEach(
([status_http, { content, description }]) => {
if (description === "An unexpected error response.") {
const forTest = getBodyRequestExample({ content }, doc);
console.log(forTest);
}
bodyResponse.push({
status_http,
description,
Expand Down

0 comments on commit 86e0205

Please sign in to comment.