Commit 27ee6fb
fix: use TypeEvents for CmdEventDS cloud event type (#249)
CmdEventDS was returning cloudevent.TypeEvent ("dimo.event") but the DIS
event processor filters on cloudevent.TypeEvents ("dimo.events"), causing
command events (engine block/unblock) to be silently dropped.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent bf57326 commit 27ee6fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments