Break the if-else chain as every block returns, and remove the return at the end of the function as the else block means this was never hit
39 KiB
39 KiB
Break the if-else chain as every block returns, and remove the return at the end of the function as the else block means this was never hit