Remove empty ctor
This commit is contained in:
@ -10,8 +10,6 @@ type ReadingProgressCacheItem = {
|
||||
export class ReadingProgressDataSource {
|
||||
private cacheItems: { [id: string]: ReadingProgressCacheItem } = {}
|
||||
|
||||
constructor() {}
|
||||
|
||||
async getReadingProgress(
|
||||
libraryItemID: string
|
||||
): Promise<ReadingProgressCacheItem | undefined> {
|
||||
|
||||
Reference in New Issue
Block a user