Closed kkebo closed 1 year ago
fixes #61
When a rule is changed, the OnDemandRule instance itself changes, but the id is the same, so I've changed it to use that id to determine the match.
OnDemandRule
id
fixes #61
When a rule is changed, the
OnDemandRule
instance itself changes, but theid
is the same, so I've changed it to use thatid
to determine the match.