Skip to content

Commit 640ab42

Browse files
committed
fix: adding missing Bluebird import to support Promise.each
1 parent 760ed5c commit 640ab42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/scripts/modify-data/changeOwner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ var OLD_ID = "59832c06c5e80024b5e1fa1f"; //Id for old user
1111
var pluginManager = require('./../../../plugins/pluginManager');
1212
var common = require('./../../../api/utils/common');
1313
var async = require('async');
14+
const Promise = require('bluebird');
1415

1516
pluginManager.dbConnection("countly").then((db) => {
1617
common.db = db;

0 commit comments

Comments
 (0)