Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTimTam committed Sep 13, 2024
1 parent e396689 commit 16fbefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default class FileConverter {
* @param {Array<Object>} files The multer file references for the files this job will convert.
* @returns {Array<Object>} The transformed files.
*/
static __transformFiles = (files) =>
__transformFiles = (files) =>
files.map((file) => {
if (file.mimetype === "video/avi")
file.mimetype = "video/x-msvideo";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nottimtam/file-converter",
"version": "1.2.18",
"version": "1.2.19",
"description": "A headless, self-hostable, open-source file conversion express middleware.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 16fbefd

Please sign in to comment.