We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e36a627 + e6e5068 commit 36be8b4Copy full SHA for 36be8b4
src/RokuDeploy.ts
@@ -569,7 +569,7 @@ export class RokuDeploy {
569
* Centralized function for handling POST http requests
570
* @param params
571
*/
572
- private async doPostRequest(params: any, verify = true) {
+ private async doPostRequest(params: requestType.OptionsWithUrl, verify = true) {
573
logger.info('handling POST request to', params.url);
574
let results: { response: any; body: any } = await new Promise((resolve, reject) => {
575
0 commit comments