mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
position is now always set (#1076)
This commit is contained in:
@@ -271,7 +271,7 @@ export interface Subscription {
|
||||
iconUrl: string
|
||||
unread: number
|
||||
categoryId?: string
|
||||
position?: number
|
||||
position: number
|
||||
newestItemTime?: number
|
||||
filter?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user