Skip to content

Commit 36be8b4

Browse files
committed
Merge branch 'master' into merge-master-2
# Conflicts: # CHANGELOG.md # README.md # package-lock.json # package.json # src/Errors.ts # src/RokuDeploy.spec.ts # src/RokuDeploy.ts
2 parents e36a627 + e6e5068 commit 36be8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RokuDeploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export class RokuDeploy {
569569
* Centralized function for handling POST http requests
570570
* @param params
571571
*/
572-
private async doPostRequest(params: any, verify = true) {
572+
private async doPostRequest(params: requestType.OptionsWithUrl, verify = true) {
573573
logger.info('handling POST request to', params.url);
574574
let results: { response: any; body: any } = await new Promise((resolve, reject) => {
575575

0 commit comments

Comments
 (0)