Skip to content

Commit

Permalink
?????!??!
Browse files Browse the repository at this point in the history
  • Loading branch information
LarveyOfficial committed May 2, 2023
1 parent e93b559 commit 5ad2f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/panel/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function Home() {
console.log(formUpload);
if ((formUpload as any)["type"].includes("video")) {
formData.append("video", formUpload!);
formData.append("disable_audio", "1");
} else if ((formUpload as any)["type"].includes("image")) {
formData.append("image", formUpload!);
} else {
Expand Down

0 comments on commit 5ad2f5f

Please sign in to comment.