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 f957e64 commit ff8af39Copy full SHA for ff8af39
dist/scripts/api-console.js
@@ -346,7 +346,7 @@
346
347
if (responses) {
348
Object.keys(responses).map(function (key) {
349
- if(typeof responses[key].body !== 'undefined') {
+ if(responses[key] && typeof responses[key].body !== 'undefined') {
350
responseInfo[key] = {};
351
352
Object.keys(responses[key].body).sort().reverse().map(function (type) {
src/app/directives/method-list.js
@@ -31,7 +31,7 @@
31
32
33
34
35
36
37
0 commit comments