With promises, is it bad practice to leave out the use of reject? If I just want to return a Promise to ensure this function is run in it\'s entirety and not b
reject