Skip to content

Commit ac9da65

Browse files
committed
remove json pretty print option
1 parent efba2c2 commit ac9da65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public function updateLabels($issueIdOrKey, $addLablesParam, $removeLabelsParam,
955955
'update' => [
956956
'labels' => $labels,
957957
],
958-
], JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
958+
], JSON_UNESCAPED_UNICODE);
959959

960960
$this->log->addInfo("Update labels=\n".$postData);
961961

0 commit comments

Comments
 (0)