mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 10:44:06 +02:00
Add missing semicolons
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
*/
|
||||
|
||||
export type TextElementTitle = {
|
||||
type: 'title'
|
||||
content: string
|
||||
title: string
|
||||
type: 'title';
|
||||
content: string;
|
||||
title: string;
|
||||
};
|
||||
|
||||
export default function(text: string, i: number) {
|
||||
|
||||
Reference in New Issue
Block a user