Skip to content

Commit cdd4a3d

Browse files
CLOUDP-286235: Fix ESLint
1 parent 912898d commit cdd4a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/postman/validation/functions/folderDescription.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export default (collection) => {
22
const errors = [];
33
const items = collection.item;
4-
let test;
54
for (let item of items) {
65
if (!item.request && !item.description) {
76
errors.push({

0 commit comments

Comments
 (0)