Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAgentK committed Oct 3, 2024
1 parent 12f2268 commit 02ec29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/raygun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Raygun {
port: this._port,
useSSL: !!this._useSSL,
apiKey: this._apiKey,
timeout: this._timeout || DEFAULT_TIMEOUT
timeout: this._timeout || DEFAULT_TIMEOUT,
},
});
}
Expand Down Expand Up @@ -589,7 +589,7 @@ class Raygun {
port: this._port,
useSSL: this._useSSL || false,
apiKey: this._apiKey || "",
timeout: this._timeout || DEFAULT_TIMEOUT,
timeout: this._timeout || DEFAULT_TIMEOUT,
};

return {
Expand Down

0 comments on commit 02ec29c

Please sign in to comment.