-
- Downloads
fix: use baseBranch when branchName is null (#643)
Using fallback in function params only replaces if branchName is undefined but we also need to handle when it is `null`.
Loading
Please register or sign in to comment
Using fallback in function params only replaces if branchName is undefined but we also need to handle when it is `null`.