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 3695349 commit 488e76aCopy full SHA for 488e76a
1 file changed
src/Runtime/LambdaRuntime.php
@@ -403,7 +403,7 @@ private function ping(): void
403
}
404
405
$isColdStart = ColdStartTracker::currentInvocationIsUserFacingColdStart() ? '1' : '0';
406
- $isWarmInvocation = ($isColdStart === '0') ? '1' : '0';
+ $isWarmInvocation = $isColdStart === '0' ? '1' : '0';
407
408
/**
409
* Here is the content sent to the Bref analytics server.
0 commit comments