Closed aldosch closed 8 months ago
Dash removal logic was broken due to how the position of the dash was referenced.
❌ if (aliasingBranchName[branchNameExtendedLength] === '-') { ✅ if (aliasingBranchName.endsWith('-')) {
View in context
Related to: Truncate branchName (if necessary) to meet RFC 1035 criteria #17
🙇 Thank you for reporting and for your patience @RobertoArmas
Dash removal logic was broken due to how the position of the dash was referenced.
View in context
Related to: Truncate branchName (if necessary) to meet RFC 1035 criteria #17
🙇 Thank you for reporting and for your patience @RobertoArmas