We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4e3f4 commit 7096bcbCopy full SHA for 7096bcb
src/read-models/shared-state/async-apply-external-event-sources.ts
@@ -86,10 +86,10 @@ const pullNewEquipmentQuizResultsForSheet = async (
86
)(data.right);
87
logger.info('Google sheet data extracted, result:');
88
logger.info(inspect(result));
89
- logger.info('Updating data with the extracted data');
90
- if (O.isSome(result)) {
91
- result.value.forEach(updateState);
92
- }
+ logger.info('[SKIPPED] Updating data with the extracted data');
+ // if (O.isSome(result)) {
+ // result.value.forEach(updateState);
+ // }
93
logger.info('Finished processing sheet');
94
}
95
};
0 commit comments