refactor(ctb): Simplify require statements by nesting in an if()
Rather than using an OR clause we put them inside an if statement. This allows us to clarify the error message and is more testable.
Showing
Please register or sign in to comment