From d0c8d274fcb461abe7f089d2145be25a524c7e1b Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:39:15 +0530 Subject: [PATCH] workflow edits --- upload-api/migration-contentful/libs/createInitialMapper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/upload-api/migration-contentful/libs/createInitialMapper.js b/upload-api/migration-contentful/libs/createInitialMapper.js index 400de4da6..039517511 100644 --- a/upload-api/migration-contentful/libs/createInitialMapper.js +++ b/upload-api/migration-contentful/libs/createInitialMapper.js @@ -9,6 +9,7 @@ const path = require('path'); // const contentTypeMapper = require('./contentTypeMapper'); const contentTypeMapper = require('./contentTypeMapper'); + /** * Internal module dependencies. */