Skip to content

Commit

Permalink
Fix filter-by-availability step
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Jul 10, 2024
1 parent 704d448 commit 29fd45f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/src/transform/filter-by-availability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ function filterModel (inputModel: Model, stack: boolean, serverless: boolean, vi
if (typeDef.inherits !== undefined) {
addTypeToOutput(typeDef.inherits.type)
}
typeDef.implements?.forEach((implemented) => {
addTypeToOutput(implemented.type)
})
}

// handle body value and body properties for request and response
Expand Down

0 comments on commit 29fd45f

Please sign in to comment.