mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
remove toobusy
This commit is contained in:
parent
003f70d5bc
commit
b9c9586696
2 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@
|
|||
"async": "*",
|
||||
"lodash": "*",
|
||||
"coffee-script": "*",
|
||||
"toobusy": "~0.2.0",
|
||||
"underscore": "*",
|
||||
"mongoskin": "*"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ serverError = require './serverError'
|
|||
MongoStore = require('connect-mongo')(express)
|
||||
auth = require 'derby-auth'
|
||||
priv = require './private'
|
||||
toobusy = require 'toobusy'
|
||||
|
||||
## Run server cron ##
|
||||
#require('./cron').deleteStaleAccounts()
|
||||
|
|
|
|||
Loading…
Reference in a new issue