Merge branch 'storybook' of https://github.com/misskey-dev/misskey into storybook

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-03 03:03:51 +09:00
commit 423a67fb06
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export class VideoProcessingService {
}); });
}); });
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280); return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 422);
} finally { } finally {
cleanup(); cleanup();
} }