Skip to content

Commit

Permalink
chore(internal): add constant for default timeout (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 30, 2024
1 parent 4a0ad83 commit 0a41a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export class Intercom extends Core.APIClient {
}

static Intercom = this;
static DEFAULT_TIMEOUT = 60000; // 1 minute

static IntercomError = Errors.IntercomError;
static APIError = Errors.APIError;
Expand Down

0 comments on commit 0a41a59

Please sign in to comment.