1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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, url: emoji.publicUrl || emoji.originalUrl,
}, },
_misskey_license: { _misskey_license: {
freeText: emoji.license freeText: emoji.license,
}, },
}; };
} }