From 468990893c469d49132aa2ecc851b4187c01c454 Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:14:02 +0530 Subject: [PATCH] test for wordpress --- upload-api/migration-wordpress/utils/helper.js | 1 + 1 file changed, 1 insertion(+) 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. */