Skip to content

Commit f2c4810

Browse files
Resource(Projects): remove space from property name
1 parent bc4aa45 commit f2c4810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function renderProject($payload)
190190
$options = [
191191
'method' => 'POST',
192192
'endpoint' => "$this->API_PREFIX/projects/$projectId/render",
193-
'json ' => $body
193+
'json' => $body
194194
];
195195

196196
return $this->Request->authorizedRequest($options);

0 commit comments

Comments
 (0)