Skip to content

Commit aaa8fd1

Browse files
committed
Fixed publish value in PublishRecordingsParameters
1 parent 241253f commit aaa8fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parameters/PublishRecordingsParameters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getHTTPQuery()
8989
return $this->buildHTTPQuery(
9090
[
9191
'recordID' => $this->recordingId,
92-
'publish', $this->publish ? 'true' : 'false'
92+
'publish' => $this->publish ? 'true' : 'false'
9393
]
9494
);
9595
}

0 commit comments

Comments
 (0)