fixed issue with user creation

This commit is contained in:
2020-04-12 19:24:55 -04:00
parent ab108ebec8
commit 7d9ea08ec9
3 changed files with 3 additions and 9 deletions

View File

@ -1,6 +1,6 @@
'use strict';
const Host = new require('../utils/redis_model')({
const Host = require('../utils/redis_model')({
_name: 'host',
_key: 'host',
_keyMap: {