From 10b8b8e4df7a71f87bbb843c7eba5fbd920aad10 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 17 Apr 2023 12:55:32 -0400 Subject: [PATCH] Remove comment. --- src/interfaces/others.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/others.ts b/src/interfaces/others.ts index e85311b..6c8b468 100644 --- a/src/interfaces/others.ts +++ b/src/interfaces/others.ts @@ -168,7 +168,6 @@ export enum CommentSortType { * The different listing types for post and comment fetches. */ export enum ListingType { - // TODO do these need to be strings? All = "All", Local = "Local", Subscribed = "Subscribed",