Skip to content

Commit 5e7fa7e

Browse files
committed
Ignore temporarily unused
1 parent 06aac49 commit 5e7fa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/read-models/shared-state/async-apply-external-event-sources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export const asyncApplyExternalEventSources = (
194194
googleHelpers: O.Option<GoogleHelpers>,
195195
updateState: (event: DomainEvent) => void,
196196
googleRateLimitMs: number,
197-
cacheSheetData: Dependencies['cacheSheetData']
197+
_cacheSheetData: Dependencies['cacheSheetData']
198198
) => {
199199
return () => async () => {
200200
logger.info('Applying external event sources...');

0 commit comments

Comments
 (0)