chore: Delete comment that is not true

This commit is contained in:
tamaina 2022-12-24 15:15:48 +00:00
parent c7f4fd1215
commit 2512a4d32a

View file

@ -36,7 +36,6 @@ export class VideoProcessingService {
});
});
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
return await this.imageProcessingService.convertToJpeg(`${dir}/out.png`, 498, 280);
} finally {
cleanup();