Skip to content

Fix users filtering by input value in User rating #1093

Fix users filtering by input value in User rating

Fix users filtering by input value in User rating #1093

Triggered via pull request February 22, 2025 12:08
Status Success
Total duration 3m 27s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build
min..max inside match is deprecated, you must always match on the step: min..max//var or min..max//_ if you want to ignore it
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention