Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Mar 1, 2025
1 parent f3a6d76 commit f6b3289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Params = {
book: Media
}

type Return = Omit<ReaderStore, 'bookPreferences' | 'setBookPreferences'> & {
type Return = Omit<ReaderStore, 'bookPreferences' | 'setBookPreferences' | 'clearStore'> & {
bookPreferences: BookPreferences
setBookPreferences: (preferences: Partial<BookPreferences>) => void
}
Expand Down

0 comments on commit f6b3289

Please sign in to comment.