Open McLaynV opened 2 weeks ago
2024.9.x branch
In server/automation/automation/loop_handler.go there is:
server/automation/automation/loop_handler.go
if args.First*(args.Step/args.Step) >= args.Last*(args.Step/args.Step)
I believe it is no intended to compute args.Step/args.Step. If it is intended, there should be a comment explaining what magic is going on.
args.Step/args.Step
No response
@darh
Is there an existing issue for this?
Version of Corteza
2024.9.x branch
Current Behavior
In
server/automation/automation/loop_handler.go
there is:Expected Behavior
I believe it is no intended to compute
args.Step/args.Step
. If it is intended, there should be a comment explaining what magic is going on.Steps To Reproduce
No response
Environment and versions
No response
Anything else?
@darh