Skip to content

Commit e67bbc2

Browse files
committed
fix: linting
1 parent 8f11f1d commit e67bbc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/postman/scripts/transform-postman.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const transform = () => {
109109
collection.collection.variable.push({ key: 'clientCredentialsTokenUrl', value: TOKEN_URL_ENV });
110110
}
111111

112-
113112
saveJsonFile(path.join(TMP_FOLDER, COLLECTION_TRANSFORMED_FILE_NAME), collection);
114113

115114
console.log('Transformation complete');

0 commit comments

Comments
 (0)