diff --git a/src/storage/storage-facade.ts b/src/storage/storage-facade.ts index 808a587d..fdfdc84b 100644 --- a/src/storage/storage-facade.ts +++ b/src/storage/storage-facade.ts @@ -224,7 +224,7 @@ class DexieStorageProvider implements IStorageInterface { if (!questionAnswerWatchers) { return; } - questionAnswerWatchers.forEach((callback:any) => { + questionAnswerWatchers.forEach((callback:IAnswerWatcherCallback) => { callback(docToWrappedAnswer(answer)); }); }