Skip to content

Commit 1f287da

Browse files
committed
Try skipping bambu completely
1 parent 45116fc commit 1f287da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ export const asyncApplyExternalEventSources = (
203203
return;
204204
}
205205
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+
206211
if (
207212
O.isSome(equipment.trainingSheetId) &&
208213
(O.isNone(equipment.lastQuizSync) ||

0 commit comments

Comments
 (0)