Skip to content

Commit

Permalink
不要な変数を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
studiokaiji committed Nov 8, 2023
1 parent c931c29 commit b4f5d52
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions hostr/cmd/deploy/media.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ import (
"github.com/studiokaiji/nostr-webhost/hostr/cmd/tools"
)

var availableContentTypes = []string{
"image/png",
"image/jpg",
"image/jpeg",
"image/gif",
"image/webp",
"video/mp4",
"video/quicktime",
"video/mpeg",
"video/webm",
"audio/mpeg",
"audio/mpg",
"audio/mpeg3",
"audio/mp3",
}

var availableContentSuffixes = []string{
".png",
".jpg",
Expand Down

0 comments on commit b4f5d52

Please sign in to comment.