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 c4603cd commit 692e99e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion input/Postman/vlsms_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,6 @@ class VLSMS_Request {
writeInputDataToRequestBody(inputData) {
pm.variables.set(inputData[0], inputData[1]);
}
}
}

module.exports = VLSMS_Request;
5 changes: 4 additions & 1 deletion input/Postman/vlsms_result.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,7 @@ class VLSMS_Result {
writeInputDataToRequestBody(inputData) {
pm.variables.set(inputData[0], inputData[1]);
}
}
}


module.exports = VLSMS_Result;

0 comments on commit 692e99e

Please sign in to comment.