fix linting errors in #556
This commit is contained in:
parent
bc36a79b94
commit
9daa0a35f8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue