Skip to content

Commit c06d1e9

Browse files
committed
fix(messages): return all expects for get message
1 parent a036e34 commit c06d1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiMethodDocumentation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
12261226
case 'subscribe':
12271227
return this.returns;
12281228
case 'publish':
1229-
return this.expects;
1229+
return this._computeAllExpects(this.method);
12301230
default:
12311231
return undefined;
12321232
}

0 commit comments

Comments
 (0)