fix lint issue

This commit is contained in:
Colby Gutierrez-Kraybill 2022-09-27 21:02:31 -04:00
parent bea73415c1
commit 1240c9e8b5

View file

@ -107,7 +107,7 @@ module.exports.validatePasswordRemotely = password => (
valid: false,
errMsgId: 'registration.validationPasswordNotEquals'
});
}; // switch
} // switch
}); // api
}) // promise
);