Skip to content

Commit

Permalink
fix: bill validator idling event
Browse files Browse the repository at this point in the history
  • Loading branch information
siiky committed Dec 11, 2024
1 parent a9f03da commit 77167f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mei/cashflow_sc.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function parseStatus (data) {
(data[0].returned || data[1].cheated || data[1].rejected) ? 'billsRejected' :
data[1].jammed ? 'jam' :
!data[1].cassetteAttached ? 'stackerOpen' :
data[0].idling ? 'idle' :
data[0].idling ? 'standby' :
null
}

Expand Down

0 comments on commit 77167f0

Please sign in to comment.