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 ef1054a commit 1705aa3Copy full SHA for 1705aa3
src/JaegerMongoDbCommandConvertor.php
@@ -94,7 +94,7 @@ private function serializeWriteConcern($writeConcern): string
94
95
$result = '{w: ' . $this->simpleScalarToJson($writeConcern->w);
96
if (isset($writeConcern->j)) {
97
- $result .= ', j: ' . $this->simpleScalarToJson($writeConcern->wtimeout);
+ $result .= ', j: ' . $this->simpleScalarToJson($writeConcern->j);
98
}
99
100
if (isset($writeConcern->wtimeout)) {
0 commit comments