Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrlangford committed Aug 17, 2023
1 parent 5f21cdf commit c4603cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/Postman/vlsms_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ class VLSMS_Request {
writeInputDataToRequestBody(inputData) {
pm.variables.set(inputData[0], inputData[1]);
}
}
}
2 changes: 1 addition & 1 deletion input/Postman/vlsms_result.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ class VLSMS_Result {
writeInputDataToRequestBody(inputData) {
pm.variables.set(inputData[0], inputData[1]);
}
}
}

0 comments on commit c4603cd

Please sign in to comment.