mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 07:11:53 +00:00
Extend helpers
This commit is contained in:
parent
ecd3702085
commit
c1f4679686
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ var Gatherer = helpers.Gatherer = require(path.join(__dirname, "../../lib/gather
|
|||
|
||||
// ENSL Client
|
||||
var EnslClient = helpers.EnslClient = require(path.join(__dirname, "../../lib/ensl/client"));
|
||||
var HiveClient = helpers.HiveClient = require(path.join(__dirname, "../../lib/hive/client"));
|
||||
|
||||
// Mongo & Associated Models
|
||||
var db = require(path.join(__dirname, "../../db/index"));
|
||||
|
|
Loading…
Reference in a new issue