fix lint error in ApRendererService.ts

This commit is contained in:
Hazelnoot 2025-02-03 14:50:00 -05:00
parent 5b68faf613
commit 3f80138c70

View file

@ -193,7 +193,7 @@ export class ApRendererService {
url: emoji.publicUrl || emoji.originalUrl,
},
_misskey_license: {
freeText: emoji.license
freeText: emoji.license,
},
};
}