We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45116fc commit 1f287daCopy full SHA for 1f287da
src/read-models/shared-state/async-apply-external-event-sources.ts
@@ -203,6 +203,11 @@ export const asyncApplyExternalEventSources = (
203
return;
204
}
205
for (const equipment of getAllEquipmentMinimal(currentState)) {
206
+ if (equipment.id === 'be613ddb-f959-4c07-9dab-a714c1d9dcfd') {
207
+ logger.error('Skipping bambu equipment async apply completely');
208
+ continue;
209
+ }
210
+
211
if (
212
O.isSome(equipment.trainingSheetId) &&
213
(O.isNone(equipment.lastQuizSync) ||
0 commit comments