mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 19:12:04 +00:00
typo
This commit is contained in:
parent
ce4729f069
commit
5aa371bf90
2 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
|||
"npm": "^6"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js --fix ./website/common",
|
||||
"lint": "eslint --ext .js --fix ./website/server",
|
||||
"test": "npm run lint && gulp test && gulp apidoc",
|
||||
"test:build": "gulp test:prepare:build",
|
||||
"test:api-v3": "gulp test:api-v3",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ export async function recoverCron (status, locals) {
|
|||
}
|
||||
} else {
|
||||
locals.user = reloadedUser;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue