Skip to content

Commit

Permalink
Merge pull request #261 from avadev/23.2.0
Browse files Browse the repository at this point in the history
Update for 23.2.0
  • Loading branch information
svc-developer authored Feb 2, 2023
2 parents 38d3197 + 9c1cac8 commit bff136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AvaTaxClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default class AvaTaxClient {
* @param {LogOptions} logOptions Specify the logging options to be utilized by the SDK.
*/
constructor({ appName, appVersion, machineName, environment, timeout = 1200000, customHttpAgent, logOptions = { logEnabled: false } } :
{ appName: string, appVersion: string, machineName: string, environment: string, timeout: number, customHttpAgent: https.Agent, logOptions: LogOptions }) {
{ appName: string, appVersion: string, machineName: string, environment: string, timeout: number, customHttpAgent?: https.Agent, logOptions?: LogOptions }) {
this.appNM = appName;
this.appVer = appVersion;
this.machineNM = machineName;
Expand Down

0 comments on commit bff136a

Please sign in to comment.