From 27d84695a2a0cde8e8c4c31cb7d9710306164222 Mon Sep 17 00:00:00 2001 From: Ivo Barros Date: Tue, 20 Jun 2023 22:24:54 +0100 Subject: [PATCH 1/2] Add Hour Sort types --- src/types/SortType.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/types/SortType.ts b/src/types/SortType.ts index de64d22..bf91ef8 100644 --- a/src/types/SortType.ts +++ b/src/types/SortType.ts @@ -11,4 +11,7 @@ export type SortType = | "TopYear" | "TopAll" | "MostComments" - | "NewComments"; + | "NewComments" + | "TopHour" + | "TopSixHour" + | "TopTwelveHour"; \ No newline at end of file From 3a2a6454871b7c0e695ae5cb6111146d8dd3ad16 Mon Sep 17 00:00:00 2001 From: Ivo Barros Date: Tue, 20 Jun 2023 22:37:59 +0100 Subject: [PATCH 2/2] add ending empty line --- src/types/SortType.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/SortType.ts b/src/types/SortType.ts index bf91ef8..f88bd26 100644 --- a/src/types/SortType.ts +++ b/src/types/SortType.ts @@ -14,4 +14,4 @@ export type SortType = | "NewComments" | "TopHour" | "TopSixHour" - | "TopTwelveHour"; \ No newline at end of file + | "TopTwelveHour";