fix linting errors in #556

This commit is contained in:
Cassie Tarakajian 2018-05-02 12:16:20 -07:00
parent bc36a79b94
commit 9daa0a35f8

View file

@ -296,8 +296,8 @@ function getp5User() {
if (!p5User) { if (!p5User) {
p5User = new User({ p5User = new User({
username: process.env.EXAMPLE_USERNAME, username: process.env.EXAMPLE_USERNAME,
email: process.env.EXAMPLE_USER_EMAIL, email: process.env.EXAMPLE_USER_EMAIL,
password: process.env.EXAMPLE_USER_PASSWORD password: process.env.EXAMPLE_USER_PASSWORD
}); });
p5User.save((saveErr) => { p5User.save((saveErr) => {
if (saveErr) throw saveErr; if (saveErr) throw saveErr;