From 9362cbe1ffcdb1118fb0faff44fd0e4e0a187da6 Mon Sep 17 00:00:00 2001 From: hpkoh Date: Sun, 9 Oct 2022 21:11:13 +0800 Subject: [PATCH] [questions][chore] add semicolon --- apps/portal/src/types/questions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/types/questions.d.ts b/apps/portal/src/types/questions.d.ts index 7701be9a..50ace0ed 100644 --- a/apps/portal/src/types/questions.d.ts +++ b/apps/portal/src/types/questions.d.ts @@ -16,4 +16,4 @@ export type AnswerComment = { content: string; id: string; numVotes: number; -} \ No newline at end of file +}; \ No newline at end of file