From 416b6bbcab07bb8cb09ba019edb2b94530d3f570 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 28 Jul 2022 16:27:31 -0400 Subject: [PATCH] Remove listingtype: community. --- src/interfaces/others.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/others.ts b/src/interfaces/others.ts index 5068485..7d9a13a 100644 --- a/src/interfaces/others.ts +++ b/src/interfaces/others.ts @@ -138,7 +138,6 @@ export enum ListingType { All = "All", Local = "Local", Subscribed = "Subscribed", - Community = "Community", } /**