We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760ed5c commit 640ab42Copy full SHA for 640ab42
bin/scripts/modify-data/changeOwner.js
@@ -11,6 +11,7 @@ var OLD_ID = "59832c06c5e80024b5e1fa1f"; //Id for old user
11
var pluginManager = require('./../../../plugins/pluginManager');
12
var common = require('./../../../api/utils/common');
13
var async = require('async');
14
+const Promise = require('bluebird');
15
16
pluginManager.dbConnection("countly").then((db) => {
17
common.db = db;
0 commit comments