mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove empty ctor
This commit is contained in:
parent
86c80d991f
commit
c2327781e1
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ type ReadingProgressCacheItem = {
|
|||
export class ReadingProgressDataSource {
|
||||
private cacheItems: { [id: string]: ReadingProgressCacheItem } = {}
|
||||
|
||||
constructor() {}
|
||||
|
||||
async getReadingProgress(
|
||||
libraryItemID: string
|
||||
): Promise<ReadingProgressCacheItem | undefined> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue