Add prettier to api

This commit is contained in:
2020-11-11 21:26:11 -06:00
parent 0193935d2d
commit 7706f525cf
11 changed files with 90 additions and 87 deletions

View File

@@ -31,5 +31,5 @@ const comparePassword = (candidatePassword, trustedPassword) => {
module.exports = {
hashPassword,
comparePassword,
validateEmailAddress
validateEmailAddress,
};