Rename Step function in setDBConn
This commit is contained in:
parent
7a749631e8
commit
8c013ed2d1
@ -428,7 +428,7 @@ module.exports = function(){
|
||||
if ( data ) _.extend(params, {dbhost:data});
|
||||
cartoData.getUserDBName(dbowner, this);
|
||||
},
|
||||
function getGeometryType(err, data){
|
||||
function extendParams(err, data){
|
||||
if (err) throw err;
|
||||
if ( data ) _.extend(params, {dbname:data});
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user