Skip to content

Commit

Permalink
Don't send metadata as file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jan 11, 2023
1 parent 9925f04 commit 7b165cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function shareFile(File $file, array $recipients, ?array $metadata, array
$multipart[] = [
'name' => 'metadata',
'contents' => json_encode($metadata),
'filename' => 'metadata.json',
'headers' => [
'Content-Type' => 'application/json; charset=UTF-8',
],
Expand Down

0 comments on commit 7b165cf

Please sign in to comment.