Skip to content

Commit

Permalink
fix: uploading format typo on video-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlaPaiva committed Jan 20, 2024
1 parent 731a38d commit e5f7333
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 e5f7333

Please sign in to comment.