Skip to content

Commit 01b60b4

Browse files
committed
fix: remove unused variable
1 parent 2057198 commit 01b60b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/postman/scripts/transform-for-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jq --arg desc "$description" \
6060
intermediateCollectionWithName.json > intermediateCollectionWithDescription.json
6161

6262
echo "Removing all variables. We use environment for variables instead"
63-
jq --arg base_url "$BASE_URL" \
63+
jq \
6464
'.collection.variable = []' \
6565
intermediateCollectionWithDescription.json > intermediateCollectionWithNoVar.json
6666

0 commit comments

Comments
 (0)