Remove comment.

This commit is contained in:
Dessalines 2023-04-17 12:55:32 -04:00
parent 0ff6f292e6
commit 10b8b8e4df

View file

@ -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",