Skip to content

Commit

Permalink
Merge pull request #101 from TransbankDevelopers/refactor/make-timeou…
Browse files Browse the repository at this point in the history
…t-optional

refactor: make timeout optional
  • Loading branch information
mastudillot authored Jul 25, 2024
2 parents f8b0929 + 5535efd commit 1e17a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transbank/common/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Options {
* Production, each has a unique URL. */
environment: string;
/** Timeout for requests in milliseconds */
timeout: number;
timeout?: number;

/**
* Create an instance of Options
Expand Down

0 comments on commit 1e17a90

Please sign in to comment.