We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0252e commit c0c44bcCopy full SHA for c0c44bc
src/services/models/Operation.ts
@@ -68,8 +68,8 @@ export class OperationModel implements IMenuItem {
68
this.id =
69
operationSpec.operationId !== undefined
70
? 'operation/' + operationSpec.operationId
71
- : this.parent !== undefined
72
- ? this.parent.id + operationSpec._$ref
+ : parent !== undefined
+ ? parent.id + operationSpec._$ref
73
: operationSpec._$ref;
74
75
this.name = getOperationSummary(operationSpec);
0 commit comments