mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove async from non-async function
This commit is contained in:
parent
1b44cb860b
commit
792f13edfc
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export const fetchCachedReadingPosition = async (
|
|||
return undefined
|
||||
}
|
||||
|
||||
export const reduceCachedReadingPositionMembers = async (
|
||||
export const reduceCachedReadingPositionMembers = (
|
||||
uid: string,
|
||||
libraryItemID: string,
|
||||
items: ReadingProgressCacheItem[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue