Skip to content

Commit

Permalink
Add support for mjs files (#3653)
Browse files Browse the repository at this point in the history
  • Loading branch information
elocremarc committed Apr 29, 2024
1 parent ef8528c commit 452fe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inscriptions/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl Media {
("application/pdf", GENERIC, Pdf, &["pdf"]),
("application/pgp-signature", TEXT, Text, &["asc"]),
("application/protobuf", GENERIC, Unknown, &["binpb"]),
("application/x-javascript", TEXT, Code(JavaScript), &[]),
("application/x-javascript", TEXT, Code(JavaScript), &["mjs"]),
("application/yaml", TEXT, Code(Yaml), &["yaml", "yml"]),
("audio/flac", GENERIC, Audio, &["flac"]),
("audio/mpeg", GENERIC, Audio, &["mp3"]),
Expand Down

0 comments on commit 452fe37

Please sign in to comment.