Skip to content

Commit 29ed7ad

Browse files
committed
Collect events but don't update the read model
1 parent 1f287da commit 29ed7ad

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
@@ -230,7 +230,7 @@ export const asyncApplyExternalEventSources = (
230230
) => {
231231
logger.info('Collected event %o', event);
232232
events.push(event);
233-
updateState(event);
233+
// updateState(event);
234234
};
235235

236236
await pullNewEquipmentQuizResults(

0 commit comments

Comments
 (0)