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 912898d commit cdd4a3dCopy full SHA for cdd4a3d
tools/postman/validation/functions/folderDescription.js
@@ -1,7 +1,6 @@
1
export default (collection) => {
2
const errors = [];
3
const items = collection.item;
4
- let test;
5
for (let item of items) {
6
if (!item.request && !item.description) {
7
errors.push({
0 commit comments