One of the commits from a few days ago was a mistake

This commit is contained in:
TheEssem 2020-02-19 08:25:45 -06:00
parent 777b86e480
commit e2a32a8c89
36 changed files with 70 additions and 37 deletions

View file

@ -21,7 +21,6 @@ const typeCheck = async (image, gifv = false) => {
return {
type: imageType.ext,
data: imageBuffer,
url: image,
outputType: imageType.ext === "mp4" ? "gif" : imageType.ext,
path: path
};