We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a26520 commit 4a98766Copy full SHA for 4a98766
src/common/providers/https.ts
@@ -748,9 +748,7 @@ function wrapOnCallHandler<Req = any, Res = any>(
748
let heartbeatInterval: NodeJS.Timeout | null = null;
749
750
const heartbeatSeconds =
751
- options.heartbeatSeconds === undefined
752
- ? DEFAULT_HEARTBEAT_SECONDS
753
- : options.heartbeatSeconds;
+ options.heartbeatSeconds === undefined ? DEFAULT_HEARTBEAT_SECONDS : options.heartbeatSeconds;
754
755
const clearScheduledHeartbeat = () => {
756
if (heartbeatInterval) {
0 commit comments