Skip to content

Commit 4a98766

Browse files
committed
Formatting.
1 parent 6a26520 commit 4a98766

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/common/providers/https.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,7 @@ function wrapOnCallHandler<Req = any, Res = any>(
748748
let heartbeatInterval: NodeJS.Timeout | null = null;
749749

750750
const heartbeatSeconds =
751-
options.heartbeatSeconds === undefined
752-
? DEFAULT_HEARTBEAT_SECONDS
753-
: options.heartbeatSeconds;
751+
options.heartbeatSeconds === undefined ? DEFAULT_HEARTBEAT_SECONDS : options.heartbeatSeconds;
754752

755753
const clearScheduledHeartbeat = () => {
756754
if (heartbeatInterval) {

0 commit comments

Comments
 (0)