Skip to content

fs: don't hard code name in validatePosition()

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/pos into main

The name of the position being validated by validatePosition() was not being used. Instead, the string 'position' was being used everywhere. It worked out because the only call sites were using the name 'position' as well.

Merge request reports

Loading