Skip to content

Commit 0327309

Browse files
committed
wip
1 parent 75ae1b4 commit 0327309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Requests/CreateSingleFileDocumentRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ protected function defaultBody(): array
3737
return [
3838
'PropertyValues' => collect($this->propertyValues)
3939
->map(fn (SetProperty $propertyValue) => $propertyValue->toArray())
40+
->values()
4041
->toArray(),
4142
'Files' => $this->files,
4243
];

0 commit comments

Comments
 (0)