From 97a51aaaf8e6cf672d807b707f93fd7aabc4d94c Mon Sep 17 00:00:00 2001 From: hpkoh Date: Sun, 30 Oct 2022 02:30:47 +0800 Subject: [PATCH] [questions][fix] add sort enum --- apps/portal/src/types/questions.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/portal/src/types/questions.d.ts b/apps/portal/src/types/questions.d.ts index aea8d31e..e0dad672 100644 --- a/apps/portal/src/types/questions.d.ts +++ b/apps/portal/src/types/questions.d.ts @@ -58,4 +58,5 @@ export enum SortOrder { export enum SortType { TOP, NEW, + ENCOUNTERS, }