remove unused onlyIds parameter

This commit is contained in:
Athou
2024-07-01 08:05:38 +02:00
parent 08f71d1f6f
commit c2f2780c3f
7 changed files with 16 additions and 24 deletions

View File

@@ -117,7 +117,6 @@ export interface GetEntriesRequest {
newerThan?: number
order?: ReadingOrder
keywords?: string
onlyIds?: boolean
excludedSubscriptionIds?: string
tag?: string
}