diff --git a/upload-api/migration-wordpress/utils/helper.js b/upload-api/migration-wordpress/utils/helper.js index 2f668e66a..746c91a73 100644 --- a/upload-api/migration-wordpress/utils/helper.js +++ b/upload-api/migration-wordpress/utils/helper.js @@ -6,6 +6,7 @@ var path = require('path'); var mkdirp = require('mkdirp'); const xml2js = require('xml2js'); const chalk = require('chalk'); + /** * Internal module Dependencies. */