Skip to content

Commit

Permalink
Merge pull request #29 from CarlaPaiva/fix/uploading-format
Browse files Browse the repository at this point in the history
fix: uploading format typo on video-converter
  • Loading branch information
CarlaPaiva authored Jan 20, 2024
2 parents 731a38d + e5f7333 commit 2f16472
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/video-converter/index.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import { Format } from "../../model/format"
import Converter from "../converter"

const uploadingFormat: Format[] = [
{
name: "MP4",
extension: ".mp4",
mimeType: "video/mp4"
}
const uploadingFormat: string[] = [
".mp4"
]

const optionsToConvertTo: Format[] = [
Expand Down

0 comments on commit 2f16472

Please sign in to comment.