Add missing semicolons
This commit is contained in:
		| @@ -3,9 +3,9 @@ | ||||
|  */ | ||||
|  | ||||
| export type TextElementBold = { | ||||
| 	type: 'bold' | ||||
| 	content: string | ||||
| 	bold: string | ||||
| 	type: 'bold'; | ||||
| 	content: string; | ||||
| 	bold: string; | ||||
| }; | ||||
|  | ||||
| export default function(text: string) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo