Closed xstefank closed 4 months ago
When I tried something like new AddLabelDecorator(name, label.getKey(), label.getValue(), ROUTE) it didn't work. I figured out this fix which fixed it for my case but feel free to point any issues since this is my first PR to this project.
new AddLabelDecorator(name, label.getKey(), label.getValue(), ROUTE)
When I tried something like
new AddLabelDecorator(name, label.getKey(), label.getValue(), ROUTE)
it didn't work. I figured out this fix which fixed it for my case but feel free to point any issues since this is my first PR to this project.