Skip to content

Commit

Permalink
Update soapOptions docblock type
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Oct 11, 2018
1 parent efef04d commit d7a125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MarkingCloudSOAP {
* @param {string} options.auth.clientId The Marketing Cloud API ID
* @param {string} options.auth.clientSecret The Marketing Cloud API Scecret
* @param {string} options.auth.authUrl The Marketing Cloud auth URL (optional)
* @param {string} options.soapOptions Additional options to send to the SOAP client.
* @param {object} options.soapOptions Additional options to send to the SOAP client.
* See https://github.com/vpulim/node-soap#options for more info.
*/
constructor({
Expand Down

0 comments on commit d7a125f

Please sign in to comment.