debug: add module-level log to confirm module is loaded

If this log doesn't appear in console, the module isn't being imported at all.
This commit is contained in:
Gigi
2025-10-19 23:53:31 +02:00
parent 46345c154b
commit e8c35c8914

View File

@@ -9,6 +9,8 @@ import { ReadItem } from './readsService'
import { MARK_AS_READ_EMOJI } from './reactionService'
import { nip19 } from 'nostr-tools'
console.log('[readingProgress] Module loaded')
type ProgressMapCallback = (progressMap: Map<string, number>) => void
type LoadingCallback = (loading: boolean) => void