Exposes pgQueryRunner in server options
This commit is contained in:
parent
ef8fcf7e93
commit
d180305e8b
@ -102,6 +102,8 @@ module.exports = function(redisPool) {
|
||||
|
||||
// Re-use pgConnection
|
||||
me.pgConnection = pgConnection;
|
||||
// Re-use pgQueryRunner
|
||||
me.pgQueryRunner = pgQueryRunner;
|
||||
|
||||
var templateMaps = new TemplateMaps(redisPool, {
|
||||
max_user_templates: global.environment.maxUserTemplates
|
||||
|
Loading…
Reference in New Issue
Block a user