Fix reference

This commit is contained in:
Citlali del Rey 2023-02-06 21:48:48 -08:00
parent 09749ef64a
commit dca00fe3a3
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ sub upload_post($c) {
);
return $ua->post_p($url => form => {
file => {
content => $file_asset,
file => $file_asset,
filename => $filename,
'Content-Type' => $file->headers->content_type,
},