✌️
This commit is contained in:
parent
16df492dec
commit
fc751568e0
3 changed files with 18 additions and 2 deletions
|
|
@ -108,6 +108,12 @@ export class MediaProxyServerService {
|
|||
withoutEnlargement: true,
|
||||
})
|
||||
.webp(webpDefault),
|
||||
err => {
|
||||
if (err) {
|
||||
this.logger.error('Sharp pipeline error (emoji)', err);
|
||||
throw new StatusError('Internal Error occured (in emoji pipeline, MediaProxy)', 500, 'Internal Error occured');
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
image = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue