Skip to content

Commit e7729b3

Browse files
authored
Update compiler/src/steps/add-description.ts
1 parent ac537a4 commit e7729b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/steps/add-description.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default async function addDescription (model: model.Model, jsonSpec: Map<
5757
if (spec.documentation.description != null) {
5858
requestDefinition.description = requestDefinition.description ?? spec.documentation.description
5959
}
60-
6160
// An API endpoint is defined by an endpoint object (paths and http methods) and a request
6261
// type (parameters and structure).
6362
endpoint.description = requestDefinition.description ?? spec.documentation.description

0 commit comments

Comments
 (0)