mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00:00
fix lint error in ApRendererService.ts
This commit is contained in:
parent
5b68faf613
commit
3f80138c70
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue